diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2014-05-22 02:36:33 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2014-05-22 02:36:33 +0200 |
commit | 03c1b4e8e560455a2634a76998883a22f1a01207 (patch) | |
tree | 30ca1237d094d66df1dc1533f7bf39b3877b5932 /arch/x86/kernel/hpet.c | |
parent | x86, mm: Replace arch_vma_name with vm_ops->name for vsyscalls (diff) | |
parent | Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfix (diff) | |
download | linux-03c1b4e8e560455a2634a76998883a22f1a01207.tar.xz linux-03c1b4e8e560455a2634a76998883a22f1a01207.zip |
Merge remote-tracking branch 'origin/x86/espfix' into x86/vdso
Merge x86/espfix into x86/vdso, due to changes in the vdso setup code
that otherwise cause conflicts.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/kernel/hpet.c')
-rw-r--r-- | arch/x86/kernel/hpet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index bbc15a0362d2..a9777bb5b5a0 100644 --- a/arch/x86/kernel/hpet.c +++ b/arch/x86/kernel/hpet.c @@ -85,7 +85,7 @@ static inline void hpet_clear_mapping(void) /* * HPET command line enable / disable */ -static int boot_hpet_disable; +int boot_hpet_disable; int hpet_force_user; static int hpet_verbose; |