x86/cpu: Provide debug interface
authorThomas Gleixner <tglx@linutronix.de>
Mon, 14 Aug 2023 08:18:47 +0000 (10:18 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 10 Oct 2023 12:38:19 +0000 (14:38 +0200)
commit48525fd1ea1cfa059a580e77b10ea8790914efa2
treebd977ef070cc4dba92018e25b0a99d9666070ae4
parent90781f0c4c41a41043e39d9acbc66cc3644769ba
x86/cpu: Provide debug interface

Provide debug files which dump the topology related information of
cpuinfo_x86. This is useful to validate the upcoming conversion of the
topology evaluation for correctness or bug compatibility.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Juergen Gross <jgross@suse.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Tested-by: Michael Kelley <mikelley@microsoft.com>
Tested-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Zhang Rui <rui.zhang@intel.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20230814085113.353191313@linutronix.de
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/debugfs.c [new file with mode: 0644]