]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86-reduce-clock-calibration-time-during-slave-cpu-startup-fix
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 8 Nov 2011 00:19:55 +0000 (11:19 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 16 Nov 2011 01:46:52 +0000 (12:46 +1100)
commit239412ea79ba2b9bc1c8f25aabf123ac77e30401
treeee33149a4eb7c7c838a742a6b50b5fca942e8af0
parentf25e21afe6675372e409b0bcecb4f9349e3ce8ef
x86-reduce-clock-calibration-time-during-slave-cpu-startup-fix

fix CONFIG_SMP=n build

arch/x86/kernel/tsc.c: In function 'calibrate_delay_is_known':
arch/x86/kernel/tsc.c:1012: error: 'struct cpuinfo_x86' has no member named 'phys_proc_id'
arch/x86/kernel/tsc.c:1012: error: 'struct cpuinfo_x86' has no member named 'phys_proc_id'
arch/x86/kernel/tsc.c:1006: warning: unused variable 'cpu'

Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jack Steiner <steiner@sgi.com>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/x86/kernel/tsc.c