aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-04-20 10:07:12 +0200
committerIngo Molnar <mingo@kernel.org>2017-04-20 10:07:12 +0200
commitafa7a17f3aafb64647ba4cd38e20f3d678c7949b (patch)
tree7cc16805d61da9670a96e17c25307a4a4972fe67 /arch/x86/include/asm/processor.h
parentMerge tag 'perf-core-for-mingo-4.12-20170413' of git://git.kernel.org/pub/scm... (diff)
parentx86/arch_prctl: Add ARCH_[GET|SET]_CPUID (diff)
downloadlinux-afa7a17f3aafb64647ba4cd38e20f3d678c7949b.tar.gz
linux-afa7a17f3aafb64647ba4cd38e20f3d678c7949b.zip
Merge branch 'WIP.x86/process' into perf/core
Diffstat (limited to 'arch/x86/include/asm/processor.h')
-rw-r--r--arch/x86/include/asm/processor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index f385eca5407a..a80c1b3997ed 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -884,6 +884,8 @@ extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
extern int get_tsc_mode(unsigned long adr);
extern int set_tsc_mode(unsigned int val);
+DECLARE_PER_CPU(u64, msr_misc_features_shadow);
+
/* Register/unregister a process' MPX related resource */
#define MPX_ENABLE_MANAGEMENT() mpx_enable_management()
#define MPX_DISABLE_MANAGEMENT() mpx_disable_management()