]> 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>
Mon, 14 Nov 2011 02:58:24 +0000 (13:58 +1100)
commit3b5855c0f646b3a322a50b82feee232210a84c96
treebef7c807c5ae44d203a51a64244faee8b8b6ce0c
parentff128d01c58e9e76e3f038620778d51eed3e7a9f
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