|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fixed 64 bit Linux build.
# HG changeset patch
# User jrb44@xxxxxxxxxxxxxxxxx
# Node ID 56752fea020d144da1598dacefbdf4c35375f168
# Parent b41e51ffa5eacf07ed7843e5f85ae1748e19c370
Fixed 64 bit Linux build.
Fixes from Ian Pratt. extern declaration of bind_ipi was out of sync with
the definition of the function.
Signed-off-by: James Bulpin <james@xxxxxxxxxxxxx>
diff -r b41e51ffa5ea -r 56752fea020d
linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c
--- a/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c Thu Oct 13
16:58:01 2005
+++ b/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c Thu Oct 13
19:16:02 2005
@@ -683,7 +683,6 @@
extern void hypervisor_callback(void);
extern void failsafe_callback(void);
extern void smp_trap_init(trap_info_t *);
- int i;
#endif
/*
* We can't use kernel_thread since we must avoid to
@@ -1210,7 +1209,6 @@
}
#ifdef CONFIG_XEN
-extern int bind_ipi_to_irq(int ipi);
extern irqreturn_t smp_reschedule_interrupt(int, void *, struct pt_regs *);
extern irqreturn_t smp_call_function_interrupt(int, void *, struct pt_regs *);
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Fixed 64 bit Linux build.,
Xen patchbot -unstable <=
|
|
|
|
|