Displaying 1 result from an estimated 1 matches for "2b0078f771cc".
2006 Feb 16
0
[PATCH] fix mp_current_pci_id duplicate declaration
...mpile error:
mpparse.c:56: error: static declaration of ‘mp_current_pci_id’ follows
non-static declaration
/home/chrisw/hg/xen/xen-unstable/xen/include/asm/mpspec.h:26: error:
previous declaration of ‘mp_current_pci_id’ was here
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
---
diff -r 2b0078f771cc xen/include/asm-x86/mpspec.h
--- a/xen/include/asm-x86/mpspec.h Thu Feb 16 17:37:21 2006 +0100
+++ b/xen/include/asm-x86/mpspec.h Thu Feb 16 14:00:24 2006 -0500
@@ -23,7 +23,6 @@ extern struct mpc_config_intsrc mp_irqs
extern struct mpc_config_intsrc mp_irqs [MAX_IRQ_SOURCES];
extern int mpc_def...