search for: mach_mpspec

Displaying 9 results from an estimated 9 matches for "mach_mpspec".

2007 May 18
0
mach_mpspec.h, mach_apicdef.h & xenbus_mkdir
Hello list, I''m trying to build a linux kernel module that uses xenstore to report on the modules loaded into a DomU''s kernel. When building against the current unstable (changeset 15080:089696e0c603) I''m getting build errors about not being able to find mach_mpspec.h and mach_apicdef.h make -C /root/xen-unstable.hg/linux-2.6.18-xen O=/root/xen- unstable.hg/build-linux-2.6.18-xen_x86_32 modules CC [M] /root/lkim-old/kernel_modules/modreporter.o In file included from include2/asm/mach-xen/asm/smp.h:17, from /root/xen-unstable.hg/linux-2....
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
Has anyone successfully compiled zaprtc on Debian Sarge using the 2.4.27 kernel. I have a symbolic link from linux-2.4 to linux. I compiled a new kernel from source and have been able to compile zaptel as well. The main error seems to be: /usr/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory These are the errors that I am getting: cc -c zaprtc.c -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -fomit-frame-pointer -O2 -Wall -I/usr/src/linux/include -I../zaptel -Wall In file included from /usr/include/asm/smp.h:18, from /usr/include/linux/smp.h:17,...
2004 May 27
0
HFC-S BRI Slack9.1 kernel 2.6.6 "Guide" bri-stuff.0.0.2
...---------------------- Edit some file references in some header files: (Eleminating compile errors) /usr/src/linux/include/asm/irq.h In line 16 change: #include "irq-vectors.h" to: #include "mach-default/irq-vectors.h" /usr/src/linux/include/asm/mpspec.h In line 6 change: <mach_mpspec.h> to: <asm/mach-default/mach_mpspec.h> /usr/src/linux/include/asm/smp.h In line 71 change: <mach_apicdef.h> to: <asm/mach-default/mach_apicdef.h> I've googled around and it looks like this is a quite common problem introduced with kernel 2.6 due to some of the !noobs d...
2005 Mar 08
2
zaphfc error
I have some problems starting asterisk with a hfc card using zaphfc: [chan_zap.so]Mar 8 17:53:06 WARNING[2447]: loader.c:258 ast_load_resource: /usr/lib/asterisk/modules/chan_zap.so: undefined symbol: ast_retrieve_call_to_death Mar 8 17:53:06 WARNING[2447]: loader.c:391 load_modules: Loading module chan_zap.so failed! I'm using asterisk from debian/sid: Asterisk
2007 Jun 15
2
Unable to Compile a LAN Card Driver on Centos4.4
...ules/2.6.9-42.EL/build/include/linux/smp.h:96, from /lib/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:6:25: mach_mpspec.h: No such file or directory In file included from /lib/modules/2.6.9-42.EL/build/include/asm/smp.h:18, from /lib/modules/2.6.9-42.EL/build/include/linux/smp.h:96, from /lib/modules/2.6.9-42.EL/build/include/linux/sched.h:23, from /lib/modules/2.6....
2006 Nov 30
0
Does kernel-devel need further configuration after yum install, for driver build ?
...or messages, e.g.: In file included from include/asm/smp.h:18, from include/linux/smp.h:96, from include/linux/sched.h:23, from include/linux/module.h:10, from /home/fred/appbuild/mydriver/mydriver.c:22: include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory although I am not set up for SMP ! These errors are 'fixed' if I add to the make's CFLAGS, -I$(KERNELDIR)/include/asm-386/mach-default but I would guess that this should really happen by means of some symlink trickery, which was set up when the package g...
2011 Mar 09
0
[PATCH 04/11] x86: cleanup mpparse.c
...int mps_oem_check(struct mp_config_table *mpc, char *oem, char *productid); int acpi_madt_oem_check(char *oem_id, char *oem_table_id); --- 2011-03-09.orig/xen/include/asm-x86/mpspec.h +++ 2011-03-09/xen/include/asm-x86/mpspec.h @@ -5,25 +5,22 @@ #include <asm/mpspec_def.h> #include <mach_mpspec.h> -extern int mp_bus_id_to_type [MAX_MP_BUSSES]; -extern int mp_bus_id_to_node [MAX_MP_BUSSES]; -extern int mp_bus_id_to_local [MAX_MP_BUSSES]; -extern int mp_bus_id_to_pci_bus [MAX_MP_BUSSES]; +extern unsigned char mp_bus_id_to_type[MAX_MP_BUSSES]; -extern unsigned int def_to_bigsmp; +exte...
2004 Jul 19
0
Cant compile Zaptel at all
...from /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:6:25: mach_mpspec.h: No such file or directory In file included from /usr/include/asm/smp.h:18, from /usr/src/linux/include/linux/smp.h:14, from /usr/src/linux/include/linux/sched.h:23, from /usr/src/linux/include/linux/mm.h:4, from /usr/src/linux/i...