Displaying 8 results from an estimated 8 matches for "max_irq_sourc".
Did you mean:
max_irq_sources
2006 Nov 27
4
Get error msg if try to use kernel makefile / build kernel
Using the new method for building a standalone kernel module
(although seems to happen with the traditional way as well)
I get "mach_mpspec.h: No such file or directory"
Same result if I try to do a kernel 'make'.
Subsequently I get MAX_MP_BUSSES and MAX_IRQ_SOURCES undeclared.
This should surely work 'out of the box' with Centos ?
Any ideas about what's missing ?
Thanks,
MikeW
2004 Nov 27
0
Problems compiling zaprtc on 2.4.27 kernel
...)
/usr/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in
a function)
/usr/include/asm/mpspec.h:20: error: conflicting types for
`mp_bus_id_to_type'
/usr/include/asm/mpspec.h:8: error: previous declaration of
`mp_bus_id_to_type'
/usr/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not
in a function)
/usr/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in
a function)
/usr/include/asm/mpspec.h:24: error: conflicting types for
`mp_bus_id_to_pci_bus'
/usr/include/asm/mpspec.h:12: error: previous declaration of
`mp_bus_id_to_pc...
2011 Mar 09
0
[PATCH 04/11] x86: cleanup mpparse.c
...ic_version[MAX_APICS];
+unsigned char __read_mostly mp_bus_id_to_type[MAX_MP_BUSSES];
/* I/O APIC entries */
-struct mpc_config_ioapic mp_ioapics[MAX_IO_APICS];
+struct mpc_config_ioapic __read_mostly mp_ioapics[MAX_IO_APICS];
/* # of MP IRQ source entries */
-struct mpc_config_intsrc mp_irqs[MAX_IRQ_SOURCES];
+struct mpc_config_intsrc __read_mostly mp_irqs[MAX_IRQ_SOURCES];
/* MP IRQ source entries */
-int mp_irq_entries;
+int __read_mostly mp_irq_entries;
-int pic_mode;
-unsigned long mp_lapic_addr;
-
-unsigned int def_to_bigsmp = 0;
+bool_t __read_mostly pic_mode;
+bool_t __read_mostly def_to...
2006 Feb 16
0
[PATCH] fix mp_current_pci_id duplicate declaration
...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_default_type;
extern int mp_bus_id_to_pci_bus [MAX_MP_BUSSES];
-extern int mp_current_pci_id;
extern unsigned long mp_lapic_addr;
extern int pic_mode;
extern int using_apic_timer;
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensour...
2007 May 18
0
mach_mpspec.h, mach_apicdef.h & xenbus_mkdir
...en/include/
linux/sched.h:63,
from /root/xen-unstable.hg/linux-2.6.18-xen/include/
linux/module.h:9,
from /root/modreporter/modreporter.c:22:
include2/asm/mpspec.h:8: error: ‘MAX_MP_BUSSES’ undeclared here (not
in a function)
include2/asm/mpspec.h:22: error: ‘MAX_IRQ_SOURCES’ undeclared here
(not in a function)
In file included from /root/xen-unstable.hg/linux-2.6.18-xen/include/
linux/smp.h:18,
from /root/xen-unstable.hg/linux-2.6.18-xen/include/
linux/sched.h:63,
from /root/xen-unstable.hg/linux-2.6.18-xen/include/
linux/mod...
2004 Jul 19
0
Cant compile Zaptel at all
...)
/usr/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type'
/usr/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type'
/usr/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus'
/usr/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pc...
2007 Jun 15
2
Unable to Compile a LAN Card Driver on Centos4.4
...x/module.h:10,
from sc92031.c:19:
/lib/modules/2.6.9-42.EL/build/include/asm/mpspec.h: At top level:
/lib/modules/2.6.9-42.EL/build/include/asm/mpspec.h:8: error:
`MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.9-42.EL/build/include/asm/mpspec.h:23: error:
`MAX_IRQ_SOURCES' undeclared here (not in a function)
In file included from /lib/modules/2.6.9-42.EL/build/include/linux/irq.h:20,
from /lib/modules/2.6.9-42.EL/build/include/asm/hardirq.h:6,
from /lib/modules/2.6.9-42.EL/build/include/linux/hardirq.h:6,
from...
2005 Jan 12
3
syslinux build fails with 2.6 linux headers
...ercpu_counter.h:11,
from /usr/include/linux/ext2_fs_sb.h:20,
from /usr/include/linux/ext2_fs.h:20,
from extlinux.c:39:
/usr/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:31: error: parse error before "id"
/usr/include/asm/mpspec.h:33: error: parse error before "id"
/usr/include/asm/mpspec.h:34: error: parse error before "bus_irq"
/usr/include/asm/mpspec.h:36: error: p...