diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-02-20 19:06:34 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-02-20 19:06:34 -0800 |
commit | 3e89c7ea7a828fec5694101e0f0ff7240e634470 (patch) | |
tree | 8218f84745ee3cf5eabce6c76b8eb4cf5d82a017 /arch/x86/Kconfig | |
parent | 8518496639123ebcceb1be173c4f00edf178bfbd (diff) | |
parent | 9223d0dccb8f8523754122f68316dd1a4f39f7f8 (diff) | |
download | lwn-3e89c7ea7a828fec5694101e0f0ff7240e634470.tar.gz lwn-3e89c7ea7a828fec5694101e0f0ff7240e634470.zip |
Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RAS updates from Borislav Petkov:
- move therm_throt.c to the thermal framework, where it belongs.
- identify CPUs which miss to enter the broadcast handler, as an
additional debugging aid.
* tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
thermal: Move therm_throt there from x86/mce
x86/mce: Get rid of mcheck_intel_therm_init()
x86/mce: Make mce_timed_out() identify holdout CPUs
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 21f851179ff0..9989db3a9bf5 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1158,10 +1158,6 @@ config X86_MCE_INJECT If you don't know what a machine check is and you don't do kernel QA it is safe to say n. -config X86_THERMAL_VECTOR - def_bool y - depends on X86_MCE_INTEL - source "arch/x86/events/Kconfig" config X86_LEGACY_VM86 |