Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243659
b: refs/heads/master
c: 818987e
h: refs/heads/master
i:
  243657: 96abc07
  243655: 463d6b2
v: v3
  • Loading branch information
Cliff Wickman authored and Ingo Molnar committed Mar 31, 2011
1 parent 03517cc commit c949413
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb6c8520f6f6bba7b7e1a6de3360a8edfd8243b6
refs/heads/master: 818987e9a19c52240ba9b1c20f28f047eef76072
9 changes: 9 additions & 0 deletions trunk/arch/x86/kernel/apic/x2apic_uv_x.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <linux/pci.h>
#include <linux/kdebug.h>
#include <linux/delay.h>
#include <linux/crash_dump.h>

#include <asm/uv/uv_mmrs.h>
#include <asm/uv/uv_hub.h>
Expand All @@ -35,6 +36,7 @@
#include <asm/ipi.h>
#include <asm/smp.h>
#include <asm/x86_init.h>
#include <asm/emergency-restart.h>

DEFINE_PER_CPU(int, x2apic_extra_bits);

Expand Down Expand Up @@ -811,4 +813,11 @@ void __init uv_system_init(void)

/* register Legacy VGA I/O redirection handler */
pci_register_set_vga_state(uv_set_vga_state);

/*
* For a kdump kernel the reset must be BOOT_ACPI, not BOOT_EFI, as
* EFI is not enabled in the kdump kernel.
*/
if (is_kdump_kernel())
reboot_type = BOOT_ACPI;
}

0 comments on commit c949413

Please sign in to comment.