diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-21 13:18:36 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-21 13:18:36 -0700 |
commit | bf70030dc0b031f000c74721f2e9c88686b7da6d (patch) | |
tree | e5cd09cb2d7b33647c8fa0b9288bbaf81c0e6d80 /arch/x86/kernel/cpu/cpu.h | |
parent | d60a2793ba562c6ea9bbf62112da3e6342adcf83 (diff) | |
parent | 366d4a43b1a7a861c356a0e407c4f03f454d42ea (diff) | |
download | op-kernel-dev-bf70030dc0b031f000c74721f2e9c88686b7da6d.zip op-kernel-dev-bf70030dc0b031f000c74721f2e9c88686b7da6d.tar.gz |
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
x86, cpu: Fix X86_FEATURE_NOPL
x86, cpu: Re-run get_cpu_cap() after adjusting the CPUID level
Diffstat (limited to 'arch/x86/kernel/cpu/cpu.h')
-rw-r--r-- | arch/x86/kernel/cpu/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/cpu.h b/arch/x86/kernel/cpu/cpu.h index f668bb1..e765633 100644 --- a/arch/x86/kernel/cpu/cpu.h +++ b/arch/x86/kernel/cpu/cpu.h @@ -32,6 +32,7 @@ struct cpu_dev { extern const struct cpu_dev *const __x86_cpu_dev_start[], *const __x86_cpu_dev_end[]; +extern void get_cpu_cap(struct cpuinfo_x86 *c); extern void cpu_detect_cache_sizes(struct cpuinfo_x86 *c); extern void get_cpu_cap(struct cpuinfo_x86 *c); |