]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/bugs: Drop unnecessary export of "x86_spec_ctrl_base"
authorSean Christopherson <seanjc@google.com>
Wed, 12 Nov 2025 17:39:41 +0000 (09:39 -0800)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 12 Nov 2025 23:24:42 +0000 (15:24 -0800)
commited028824605a6ddf8707b9313f7e76419d453ca6
tree5e3ef6444c2be1281c0a759d94520342d448b1af
parent41f4767000667f402be2f1ccd70cd215bfc41ec3
x86/bugs: Drop unnecessary export of "x86_spec_ctrl_base"

Don't export x86_spec_ctrl_base as it's used only in bugs.c and process.c,
neither of which can be built into a module.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://patch.msgid.link/20251112173944.1380633-2-seanjc%40google.com
arch/x86/kernel/cpu/bugs.c