Skip to content

Commit

Permalink
[PATCH] Add SMP support on x86_64 to reservation framework
Browse files Browse the repository at this point in the history
This patch includes the changes to make the nmi watchdog on x86_64 SMP
aware.  A bunch of code was moved around to make it simpler to read.  In
addition, it is now possible to determine if a particular NMI was the result
of the watchdog or not.  This feature allows the kernel to filter out
unknown NMIs easier.

Signed-off-by:  Don Zickus <dzickus@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Don Zickus authored and Andi Kleen committed Sep 26, 2006
1 parent cb9c448 commit f2802e7
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 142 deletions.
3 changes: 1 addition & 2 deletions arch/x86_64/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,7 @@ void __cpuinit setup_local_APIC (void)
}

nmi_watchdog_default();
if (nmi_watchdog == NMI_LOCAL_APIC)
setup_apic_nmi_watchdog();
setup_apic_nmi_watchdog(NULL);
apic_pm_activate();
}

Expand Down
Loading

0 comments on commit f2802e7

Please sign in to comment.