Displaying 5 results from an estimated 5 matches for "apic_".
Did you mean:
apic
2007 Apr 18
2
[patch] asm/i386/kernel/paravirt.c buildfix
asm/i386/kernel/paravirt.c buildfix.
drop apic_* duplicates which are defined in asm/paravirt.h
Signed-off-by: Gerd Hoffmann <kraxel@suse.de>
---
arch/i386/kernel/paravirt.c | 14 --------------
1 file changed, 14 deletions(-)
Index: paravirt-2.6.19-hg686/arch/i386/kernel/paravirt.c
====================================================...
2007 Apr 18
2
[patch] asm/i386/kernel/paravirt.c buildfix
asm/i386/kernel/paravirt.c buildfix.
drop apic_* duplicates which are defined in asm/paravirt.h
Signed-off-by: Gerd Hoffmann <kraxel@suse.de>
---
arch/i386/kernel/paravirt.c | 14 --------------
1 file changed, 14 deletions(-)
Index: paravirt-2.6.19-hg686/arch/i386/kernel/paravirt.c
====================================================...
2012 Dec 12
7
[PATCH V5] x86/kexec: Change NMI and MCE handling on kexec path
...c_crash_save_cpu();
+ __stop_this_cpu();
+
+ this_cpu(crash_save_done) = 1;
+ atomic_dec(&waiting_for_crash_ipi);
+ }
+
+ /* Poor mans self_nmi(). __stop_this_cpu() has reverted the LAPIC
+ * back to its boot state, so we are unable to rely on the regular
+ * apic_* functions, due to ''x2apic_enabled'' being possibly wrong.
+ * (The likely scenario is that we have reverted from x2apic mode to
+ * xapic, at which point #GPFs will occur if we use the apic_*
+ * functions)
+ *
+ * The ICR and APIC ID of the LAPIC are still val...
2007 Apr 18
1
more build errors ...
Hi,
Get these now:
this one with non-pae builds:
arch/i386/kernel/built-in.o: In function `APIC_init_uniprocessor':
(.init.text+0x6357): undefined reference to `setup_boot_clock'
this on both pae and non-pae (CONFIG_MAGIC_SYSRQ=y):
drivers/built-in.o: In function `xencons_rx':
(.text+0x17f09): undefined reference to `sysrq_enabled'
cheers,
Gerd
--
Gerd Hoffmann <...
2007 Apr 18
1
more build errors ...
Hi,
Get these now:
this one with non-pae builds:
arch/i386/kernel/built-in.o: In function `APIC_init_uniprocessor':
(.init.text+0x6357): undefined reference to `setup_boot_clock'
this on both pae and non-pae (CONFIG_MAGIC_SYSRQ=y):
drivers/built-in.o: In function `xencons_rx':
(.text+0x17f09): undefined reference to `sysrq_enabled'
cheers,
Gerd
--
Gerd Hoffmann <...