|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH] add prototype of guest_cpu_user_regs()
add prototype of guest_cpu_user_regs() which is used by ns16550_poll().
Without this prototype, ns16550_poll() can't be compiled corretly
resulting in cause xen panic with key handler 'd'.
# HG changeset patch
# User yamahata@xxxxxxxxxxxxx
# Node ID 45fdc28bd5e0dd1eb551d5004ea3cae72bd76f5a
# Parent 1507c5499a92a7701db9cc3b0bf9ac5fb3fa8ee2
add prototype of guest_cpu_user_regs() which is used by ns16550_poll().
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
diff -r 1507c5499a92 -r 45fdc28bd5e0 xen/include/asm-ia64/linux-xen/asm/ptrace.h
--- a/xen/include/asm-ia64/linux-xen/asm/ptrace.h Fri Jan 6 12:39:28
2006 -0600
+++ b/xen/include/asm-ia64/linux-xen/asm/ptrace.h Tue Jan 10 15:46:24
2006 +0900
@@ -110,6 +110,7 @@
return (struct cpu_user_regs *) ((unsigned long) v + IA64_STK_OFFSET) - 1;
}
+struct pt_regs *guest_cpu_user_regs(void);
#else
struct pt_regs {
Reply-To:
--
yamahata
8476:45fdc28bd5e0.patch
Description: Text document
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [PATCH] add prototype of guest_cpu_user_regs(),
Isaku Yamahata <=
|
|
|
|
|