]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/cpu: Prefix hexadecimal values with 0x in cpu_debug_show()
authorPawan Gupta <pawan.kumar.gupta@linux.intel.com>
Thu, 12 Dec 2024 06:57:24 +0000 (22:57 -0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 27 Feb 2025 12:26:53 +0000 (13:26 +0100)
commit4a412c70af674198749fd16be695d53e1c41b5f9
treefd7ca726f79ab75acd53a1caf61824ab554bb38f
parent976ba8da2f3c2f1e997f4f620da83ae65c0e3728
x86/cpu: Prefix hexadecimal values with 0x in cpu_debug_show()

The hex values in CPU debug interface are not prefixed with 0x. This may
cause misinterpretation of values. Fix it.

[ mingo: Restore previous vertical alignment of the output. ]

Signed-off-by: Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/r/20241211-add-cpu-type-v5-1-2ae010f50370@linux.intel.com
arch/x86/kernel/cpu/debugfs.c