WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

[Xen-ia64-devel] [PATCH] add prototype of guest_cpu_user_regs()

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH] add prototype of guest_cpu_user_regs()
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Tue, 10 Jan 2006 16:23:58 +0900
Delivery-date: Tue, 10 Jan 2006 07:30:13 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.1i
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

Attachment: 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>