]> 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>
Mon, 24 Oct 2011 14:53:35 +0000 (01:53 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 25 Oct 2011 08:47:36 +0000 (19:47 +1100)
commitd4b9e7a0802ab1c1e43d524ccadea3879eb6524a
tree1fddc3f5facb2cc69410b3f008277ac7d571a8e8
parent7e5b6b62daff31c62237b3a3f94906c4c7b4bee3
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