]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86_64: Remove serialize_cpu() inline
authorAndi Kleen <ak@suse.de>
Wed, 17 Oct 2007 16:04:36 +0000 (18:04 +0200)
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>
Wed, 17 Oct 2007 18:16:03 +0000 (20:16 +0200)
commite295f75410eb19d2a9733508f7f5c093767592cd
treea31b71068a8e1f890eb931fd9fb011f4cffca7a5
parent1e32b073f372f0fe903c4474fbd47c2ac61428c8
x86_64: Remove serialize_cpu() inline

- It was redundant with sync_core()
- It was unused
- It was broken: no input arguments to cpuid; could fault randomly
  depending on eax contents.

Now it's gone.

[ tglx: arch/x86 adaptation ]

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/processor_64.h