Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

x86/mtrr: Drop unnecessary export of "mtrr_state"

Don't export "mtrr_state" as usage is limited to arch/x86/kernel/cpu/mtrr
(and nothing outside of that directory even includes the local mtrr.h).

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-3-seanjc%40google.com

authored by

Sean Christopherson and committed by
Dave Hansen
9c26c91e ed028824

-1
-1
arch/x86/kernel/cpu/mtrr/generic.c
··· 89 89 u64 mtrr_tom2; 90 90 91 91 struct mtrr_state_type mtrr_state; 92 - EXPORT_SYMBOL_GPL(mtrr_state); 93 92 94 93 /* Reserved bits in the high portion of the MTRRphysBaseN MSR. */ 95 94 u32 phys_hi_rsvd;