Displaying 12 results from an estimated 12 matches for "mpparse".
2011 Jun 28
1
"x86-64: EFI boot code" breaks 32-bit build
cc1: warnings being treated as errors
mpparse.c: In function ''efi_check_config'':
mpparse.c:669: error: format ''%08llx'' expects type ''long long unsigned int'', but argument 2 has type ''long unsigned int''
In xen/include/xen/efi.h:
23616: unsigned long mps; /* MP...
2011 Mar 09
0
[PATCH 04/11] x86: cleanup mpparse.c
Remove unused and pointless bits from mpparse.c (and other files where
they are related to it). Of what remains, move whatever possible into
.init.*, and some data items into .data.read_mostly.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
--- 2011-03-09.orig/xen/arch/x86/acpi/boot.c
+++ 2011-03-09/xen/arch/x86/acpi/boot.c
@@ -177,7...
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...
2008 Feb 29
2
[PATCH] limit ACPIID to APICID reset to AMD machines
Testing by Red Hat show that changeset:0034d9389130 causes regressions
on Intel machines that don''t use APIC ID lifting but that do have a
strange ACPI to APIC numbering.
Modify the patch so that it only applies to AMD machines.
-Mark Langsdorf
Operating System Research Center
AMD
Signed-off-by: Mark Langsdorf <mark.langsdorf@amd.com>
diff -r 49ffe9ef67d4
2007 Apr 28
3
[PATCH] i386: introduce voyager smp_ops, fix voyager build
...86/kernel/Makefile
@@ -20,6 +20,7 @@ obj-$(CONFIG_MICROCODE) += microcode.o
obj-$(CONFIG_MICROCODE) += microcode.o
obj-$(CONFIG_APM) += apm.o
obj-$(CONFIG_X86_SMP) += smp.o smpboot.o tsc_sync.o
+obj-$(CONFIG_SMP) += smpcommon.o
obj-$(CONFIG_X86_TRAMPOLINE) += trampoline.o
obj-$(CONFIG_X86_MPPARSE) += mpparse.o
obj-$(CONFIG_X86_LOCAL_APIC) += apic.o nmi.o
===================================================================
--- a/arch/i386/kernel/smp.c
+++ b/arch/i386/kernel/smp.c
@@ -468,7 +468,7 @@ void flush_tlb_all(void)
* it goes straight through and wastes no time serializing
* anyt...
2007 Apr 28
3
[PATCH] i386: introduce voyager smp_ops, fix voyager build
...86/kernel/Makefile
@@ -20,6 +20,7 @@ obj-$(CONFIG_MICROCODE) += microcode.o
obj-$(CONFIG_MICROCODE) += microcode.o
obj-$(CONFIG_APM) += apm.o
obj-$(CONFIG_X86_SMP) += smp.o smpboot.o tsc_sync.o
+obj-$(CONFIG_SMP) += smpcommon.o
obj-$(CONFIG_X86_TRAMPOLINE) += trampoline.o
obj-$(CONFIG_X86_MPPARSE) += mpparse.o
obj-$(CONFIG_X86_LOCAL_APIC) += apic.o nmi.o
===================================================================
--- a/arch/i386/kernel/smp.c
+++ b/arch/i386/kernel/smp.c
@@ -468,7 +468,7 @@ void flush_tlb_all(void)
* it goes straight through and wastes no time serializing
* anyt...
2006 Nov 20
1
compilation bug
...raps.o
make[6]: Leaving directory `/home/test1/xen-unstable/xen/arch/x86/x86_64''
ld -m elf_x86_64 -r -o built_in.o apic.o bitops.o compat.o delay.o
dmi_scan.o domctl.o domain.o domain_build.o e820.o extable.o
flushtlb.o platform_hypercall.o i387.o i8259.o io_apic.o irq.o
microcode.o mm.o mpparse.o nmi.o physdev.o rwlock.o setup.o shutdown.o
smp.o smpboot.o string.o sysctl.o time.o trampoline.o traps.o
usercopy.o x86_emulate.o acpi/built_in.o cpu/built_in.o
genapic/built_in.o hvm/built_in.o mm/built_in.o oprofile/built_in.o
x86_64/built_in.o
make[5]: Leaving directory `/home/test1/xen-unsta...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...+-
arch/x86/kernel/cpu/mce/inject.c | 2 +-
arch/x86/kernel/cpu/mce/intel.c | 4 +-
arch/x86/kernel/cpu/mtrr/cyrix.c | 2 +-
arch/x86/kernel/hw_breakpoint.c | 2 +-
arch/x86/kernel/kgdb.c | 4 +-
arch/x86/kernel/mpparse.c | 4 +-
arch/x86/kernel/ptrace.c | 3 +-
arch/x86/kernel/reboot.c | 3 +-
arch/x86/kernel/signal.c | 2 +-
arch/x86/kernel/uprobes.c | 4 +-
arch/x86/kvm/emulate.c...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...+-
arch/x86/kernel/cpu/mce/inject.c | 2 +-
arch/x86/kernel/cpu/mce/intel.c | 4 +-
arch/x86/kernel/cpu/mtrr/cyrix.c | 2 +-
arch/x86/kernel/hw_breakpoint.c | 2 +-
arch/x86/kernel/kgdb.c | 4 +-
arch/x86/kernel/mpparse.c | 4 +-
arch/x86/kernel/ptrace.c | 3 +-
arch/x86/kernel/reboot.c | 3 +-
arch/x86/kernel/signal.c | 2 +-
arch/x86/kernel/uprobes.c | 4 +-
arch/x86/kvm/emulate.c...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...+-
arch/x86/kernel/cpu/mce/inject.c | 2 +-
arch/x86/kernel/cpu/mce/intel.c | 4 +-
arch/x86/kernel/cpu/mtrr/cyrix.c | 2 +-
arch/x86/kernel/hw_breakpoint.c | 2 +-
arch/x86/kernel/kgdb.c | 4 +-
arch/x86/kernel/mpparse.c | 4 +-
arch/x86/kernel/ptrace.c | 3 +-
arch/x86/kernel/reboot.c | 3 +-
arch/x86/kernel/signal.c | 2 +-
arch/x86/kernel/uprobes.c | 4 +-
arch/x86/kvm/emulate.c...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...+-
arch/x86/kernel/cpu/mce/inject.c | 2 +-
arch/x86/kernel/cpu/mce/intel.c | 4 +-
arch/x86/kernel/cpu/mtrr/cyrix.c | 2 +-
arch/x86/kernel/hw_breakpoint.c | 2 +-
arch/x86/kernel/kgdb.c | 4 +-
arch/x86/kernel/mpparse.c | 4 +-
arch/x86/kernel/ptrace.c | 3 +-
arch/x86/kernel/reboot.c | 3 +-
arch/x86/kernel/signal.c | 2 +-
arch/x86/kernel/uprobes.c | 4 +-
arch/x86/kvm/emulate.c...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...+-
arch/x86/kernel/cpu/mce/inject.c | 2 +-
arch/x86/kernel/cpu/mce/intel.c | 4 +-
arch/x86/kernel/cpu/mtrr/cyrix.c | 2 +-
arch/x86/kernel/hw_breakpoint.c | 2 +-
arch/x86/kernel/kgdb.c | 4 +-
arch/x86/kernel/mpparse.c | 4 +-
arch/x86/kernel/ptrace.c | 3 +-
arch/x86/kernel/reboot.c | 3 +-
arch/x86/kernel/signal.c | 2 +-
arch/x86/kernel/uprobes.c | 4 +-
arch/x86/kvm/emulate.c...