Skip to content

Commit

Permalink
[PATCH] i386: Add SMP support on i386 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 i386 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 f2802e7 commit b7471c6
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 191 deletions.
3 changes: 1 addition & 2 deletions arch/i386/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,7 @@ void __devinit setup_local_APIC(void)
printk("No ESR for 82489DX.\n");
}

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 b7471c6

Please sign in to comment.