search for: mpspec

Displaying 19 results from an estimated 19 matches for "mpspec".

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/inclu...
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, f...
2006 Feb 16
0
[PATCH] fix mp_current_pci_id duplicate declaration
Last mpparse cleanup leaves compile 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...
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....
2007 Jun 15
2
Unable to Compile a LAN Card Driver on Centos4.4
...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.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, fr...
2005 Jan 12
3
syslinux build fails with 2.6 linux headers
...clude/asm/smp.h:18, 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&...
2006 Mar 23
0
Compile Error xen 3.0.1 on FC5 "cc1: warnings being treated as errors"
...ude -I/tmp/xen-3.0.1/xen/include/asm-x86/mach-generic -I/tmp/xen-3.0.1/xen/include/asm-x86/mach-default -O3 -fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -S -o asm-offsets.s x86_32/asm-offsets.c cc1: warnings being treated as errors In file included from /tmp/xen-3.0.1/xen/include/asm/mpspec.h:5, from /tmp/xen-3.0.1/xen/include/asm/smp.h:18, from /tmp/xen-3.0.1/xen/include/xen/smp.h:13, from /tmp/xen-3.0.1/xen/include/xen/sched.h:8, from x86_32/asm-offsets.c:9: /tmp/xen-3.0.1/xen/include/asm/mpspec_def.h:78: warning: \...
2006 Nov 30
0
Does kernel-devel need further configuration after yum install, for driver build ?
...a series of error 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 u...
2011 Mar 09
0
[PATCH 04/11] x86: cleanup mpparse.c
...-static inline void mpc_oem_pci_bus(struct mpc_config_bus *m, - struct mpc_config_translation *translation) -{ -} - 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...
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 ke...
2006 Feb 02
1
RE: Re: No VMX-guests on Intel Xeon/VT
...__ |___ / / _ \ / | > \ // _ \ ''_ \ |_ \| | | || | > / \ __/ | | | ___) | |_| || | > /_/\_\___|_| |_| |____(_)___(_)_| > > cc1: warnings being treated as errors > In file included from > /data/xen/2install/xen301/xen-3.0.1/xen/include/asm/mpspec.h:5, > from > /data/xen/2install/xen301/xen-3.0.1/xen/include/asm/smp.h:18, > from > /data/xen/2install/xen301/xen-3.0.1/xen/include/xen/smp.h:13, > from > /data/xen/2install/xen301/xen-3.0.1/xen/include/xen/sched.h:8, &g...
2006 Feb 02
1
RE: Re: No VMX-guests on Intel Xeon/VT
...__ |___ / / _ \ / | > \ // _ \ ''_ \ |_ \| | | || | > / \ __/ | | | ___) | |_| || | > /_/\_\___|_| |_| |____(_)___(_)_| > > cc1: warnings being treated as errors > In file included from > /data/xen/2install/xen301/xen-3.0.1/xen/include/asm/mpspec.h:5, > from > /data/xen/2install/xen301/xen-3.0.1/xen/include/asm/smp.h:18, > from > /data/xen/2install/xen301/xen-3.0.1/xen/include/xen/smp.h:13, > from > /data/xen/2install/xen301/xen-3.0.1/xen/include/xen/sched.h:8, &g...
2008 Nov 13
69
[PATCH 00 of 38] xen: add more Xen dom0 support
Hi Ingo, Here''s the chunk of patches to add Xen Dom0 support (it''s probably worth creating a new xen/dom0 topic branch for it). A dom0 Xen domain is basically the same as a normal domU domain, but it has extra privileges to directly access hardware. There are two issues to deal with: - translating to and from the domain''s pseudo-physical addresses and real machine
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
2004 Jul 18
3
zaptel issues
...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:205: error: `CONFIG_NR_CPUS' undeclared here (not in a function) In file included from /usr/include/asm/smp.h:21, from /usr/src/linux/include/linux/smp.h:14, from /usr/src/linux/include/linux/sched.h:23, from /usr/src/linux/include/linux/...
2007 Apr 18
2
refactoring io_apic.c
...otmem.h> +#include <linux/smp_lock.h> +#include <linux/interrupt.h> +#include <linux/mc146818rtc.h> +#include <linux/kernel_stat.h> +#include <linux/sysdev.h> + +#include <asm/atomic.h> +#include <asm/smp.h> +#include <asm/mtrr.h> +#include <asm/mpspec.h> +#include <asm/desc.h> +#include <asm/arch_hooks.h> +#include <asm/hpet.h> + +#include <mach_apic.h> + +#include "io_ports.h" + +void disconnect_bsp_APIC(void) +{ + if (pic_mode) { + /* + * Put the board back into PIC mode (has an effect + * only on cert...
2007 Apr 18
2
refactoring io_apic.c
...otmem.h> +#include <linux/smp_lock.h> +#include <linux/interrupt.h> +#include <linux/mc146818rtc.h> +#include <linux/kernel_stat.h> +#include <linux/sysdev.h> + +#include <asm/atomic.h> +#include <asm/smp.h> +#include <asm/mtrr.h> +#include <asm/mpspec.h> +#include <asm/desc.h> +#include <asm/arch_hooks.h> +#include <asm/hpet.h> + +#include <mach_apic.h> + +#include "io_ports.h" + +void disconnect_bsp_APIC(void) +{ + if (pic_mode) { + /* + * Put the board back into PIC mode (has an effect + * only on cert...
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths