]> git.kernelconcepts.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>
Tue, 8 Nov 2011 03:15:47 +0000 (14:15 +1100)
commitd5bc65f2d5a2de14ba0979afd423bb64505383e6
tree8150f71be263c2351cc7d59308bfb87d7316d7eb
parentb557a720aabe21d80f87c1a451ce8ad94b5158e3
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