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-devel

[Xen-devel] [PATCH] gcc-3.4/ia64 compilation fixes.

To: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>, Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] gcc-3.4/ia64 compilation fixes.
From: Arun Sharma <arun.sharma@xxxxxxxxx>
Date: Tue, 2 Aug 2005 15:33:16 -0700
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 02 Aug 2005 22:25:52 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.1i
gcc-3.4/ia64 compilation fixes.

The ia64 parts of this patch are already in xen-ia64-unstable.

Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx>

--- a/xen/arch/x86/smpboot.c    Wed Jul 27 20:16:28 2005
+++ b/xen/arch/x86/smpboot.c    Wed Jul 27 16:59:16 2005
@@ -432,7 +432,6 @@
        unsigned int cpu = cpucount;
 
        extern void percpu_traps_init(void);
-       extern void cpu_init(void);
 
        set_current(idle_task[cpu]);
        set_processor_id(cpu);
diff -r bb0eeb87bfca xen/arch/x86/traps.c
--- a/xen/arch/x86/traps.c      Wed Jul 27 20:16:28 2005
+++ b/xen/arch/x86/traps.c      Wed Jul 27 16:59:16 2005
@@ -1150,7 +1150,6 @@
 void __init trap_init(void)
 {
     extern void percpu_traps_init(void);
-    extern void cpu_init(void);
 
     /*
      * Note that interrupt gates are always used, rather than trap gates. We 
diff -r bb0eeb87bfca xen/include/xen/sched.h
--- a/xen/include/xen/sched.h   Wed Jul 27 20:16:28 2005
+++ b/xen/include/xen/sched.h   Wed Jul 27 16:59:16 2005
@@ -387,6 +387,7 @@
 void domain_unpause(struct domain *d);
 void domain_pause_by_systemcontroller(struct domain *d);
 void domain_unpause_by_systemcontroller(struct domain *d);
+void cpu_init(void);
 
 static inline void vcpu_unblock(struct vcpu *v)
 {
--- a/xen/include/xen/ac_timer.h        Wed Jul 27 20:16:28 2005
+++ b/xen/include/xen/ac_timer.h        Wed Jul 27 16:59:16 2005
@@ -10,6 +10,7 @@
 
 #include <xen/spinlock.h>
 #include <xen/time.h>
+#include <xen/string.h>
 
 struct ac_timer {
     /* System time expiry value (nanoseconds since boot). */

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] gcc-3.4/ia64 compilation fixes., Arun Sharma <=