Skip to content

Commit

Permalink
[PATCH] i386: Clean up NMI watchdog code
Browse files Browse the repository at this point in the history
- Introduce a wd_ops structure
- Convert the various nmi watchdogs over to it
- This allows to split the perfctr reservation from the watchdog
setup cleanly.
- Do perfctr reservation globally as it should have always been
- Remove dead code referenced only by unused EXPORT_SYMBOLs

Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed May 2, 2007
1 parent e3f1cae commit 09198e6
Show file tree
Hide file tree
Showing 4 changed files with 721 additions and 776 deletions.
2 changes: 2 additions & 0 deletions arch/i386/kernel/cpu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ obj-$(CONFIG_X86_MCE) += mcheck/

obj-$(CONFIG_MTRR) += mtrr/
obj-$(CONFIG_CPU_FREQ) += cpufreq/

obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o
Loading

0 comments on commit 09198e6

Please sign in to comment.