]> git.neil.brown.name Git - history.git/commit
x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
authorH. Peter Anvin <hpa@zytor.com>
Sun, 24 Jan 2010 02:27:47 +0000 (18:27 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 24 Jan 2010 02:27:47 +0000 (18:27 -0800)
commitb160091802d4a76dd063facb09fcf10bf5d5d747
treefbc6b4c8315fc0088466c6b747d4419a86dc13d2
parent3b2e3d85aeb80769fb96c15ee4f6e14135328471
x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)

CONFIG_X86_CPU_DEBUG, which provides some parsed versions of the x86
CPU configuration via debugfs, has caused boot failures on real
hardware.  The value of this feature has been marginal at best, as all
this information is already available to userspace via generic
interfaces.

Causes crashes that have not been fixed + minimal utility -> remove.

See the referenced LKML thread for more information.

Reported-by: Ozan Çağlayan <ozan@pardus.org.tr>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
LKML-Reference: <alpine.LFD.2.00.1001221755320.13231@localhost.localdomain>
Cc: Jaswinder Singh Rajput <jaswinder@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: <stable@kernel.org>
arch/x86/Kconfig
arch/x86/include/asm/cpu_debug.h [deleted file]
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/cpu_debug.c [deleted file]