Displaying 8 results from an estimated 8 matches for "max_mp_busses".
2004 Nov 27
0
Problems compiling zaprtc on 2.4.27 kernel
...ch file or directory
In file included from /usr/include/asm/smp.h:18,
from /usr/include/linux/smp.h:17,
from /usr/include/linux/sched.h:23,
from /usr/include/linux/module.h:10,
from zaprtc.c:60:
/usr/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in
a function)
/usr/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here (not in
a function)
/usr/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here (not in
a function)
/usr/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here...
2011 Mar 09
0
[PATCH 04/11] x86: cleanup mpparse.c
...t;bios_ebda.h>
/* Have we found an MP table */
-int smp_found_config;
-unsigned int __devinitdata maxcpus = NR_CPUS;
+bool_t __initdata smp_found_config;
/*
* Various Linux-internal data structures created from the
* MP-table.
*/
-int apic_version [MAX_APICS];
-int mp_bus_id_to_type [MAX_MP_BUSSES];
-int mp_bus_id_to_node [MAX_MP_BUSSES];
-int mp_bus_id_to_local [MAX_MP_BUSSES];
-int mp_bus_id_to_pci_bus [MAX_MP_BUSSES] = { [0 ... MAX_MP_BUSSES-1] = -1 };
-static int mp_current_pci_id;
+unsigned char __read_mostly apic_version[MAX_APICS];
+unsigned char __read_mostly mp_bus_id_to_type[MAX_MP...
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 Jul 19
0
Cant compile Zaptel at all
...m /usr/src/linux/include/linux/sched.h:23,
from /usr/src/linux/include/linux/mm.h:4,
from /usr/src/linux/include/linux/slab.h:14,
from /usr/src/linux/include/linux/proc_fs.h:5,
from zaptel.c:45:
/usr/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here...
2006 Feb 16
0
[PATCH] fix mp_current_pci_id duplicate declaration
...de/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.xensource.com
http://lists.xensource.com/xen-devel
2007 May 18
0
mach_mpspec.h, mach_apicdef.h & xenbus_mkdir
...n/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/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....
2007 Jun 15
2
Unable to Compile a LAN Card Driver on Centos4.4
...b/modules/2.6.9-42.EL/build/include/linux/sched.h:23,
from /lib/modules/2.6.9-42.EL/build/include/linux/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...
2005 Jan 12
3
syslinux build fails with 2.6 linux headers
...from /usr/include/linux/smp.h:17,
from /usr/include/linux/percpu_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/mpsp...