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 missing ia64_trace_syscall privop

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH] add missing ia64_trace_syscall privop
From: Aron Griffis <aron@xxxxxx>
Date: Fri, 19 May 2006 18:43:59 -0400
Delivery-date: Fri, 19 May 2006 15:54:13 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Mail-followup-to: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.11
This patch adds a missing privop definition for ia64_trace_syscall
when CONFIG_XEN is unset.  It also cleans up some inconsistent
spacing.

Signed-off-by: Aron Griffis <aron@xxxxxx>

diff -r 3272e74e8ead linux-2.6-xen-sparse/include/asm-ia64/privop.h
--- a/linux-2.6-xen-sparse/include/asm-ia64/privop.h    Fri May 19 16:36:27 
2006 -0400
+++ b/linux-2.6-xen-sparse/include/asm-ia64/privop.h    Fri May 19 19:02:06 
2006 -0400
@@ -44,13 +44,14 @@
 #define ia64_ptcl                      __ia64_ptcl
 #define ia64_ptri                      __ia64_ptri
 #define ia64_ptrd                      __ia64_ptrd
-#define        ia64_get_psr_i                  __ia64_get_psr_i
+#define ia64_get_psr_i                 __ia64_get_psr_i
 #define ia64_intrin_local_irq_restore  __ia64_intrin_local_irq_restore
 #define ia64_pal_halt_light            __ia64_pal_halt_light
-#define        ia64_leave_kernel               __ia64_leave_kernel
-#define        ia64_leave_syscall              __ia64_leave_syscall
-#define        ia64_switch_to                  __ia64_switch_to
-#define        ia64_pal_call_static            __ia64_pal_call_static
+#define ia64_leave_kernel              __ia64_leave_kernel
+#define ia64_leave_syscall             __ia64_leave_syscall
+#define ia64_trace_syscall             __ia64_trace_syscall
+#define ia64_switch_to                 __ia64_switch_to
+#define ia64_pal_call_static           __ia64_pal_call_static
 
 #endif /* !IA64_PARAVIRTUALIZED */
 

_______________________________________________
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 missing ia64_trace_syscall privop, Aron Griffis <=