commit | e295f75410eb19d2a9733508f7f5c093767592cd | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Oct 17 18:04:36 2007 +0200 |
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | Wed Oct 17 20:16:03 2007 +0200 |
tree | a31b71068a8e1f890eb931fd9fb011f4cffca7a5 | |
parent | 1e32b073f372f0fe903c4474fbd47c2ac61428c8 [diff] |
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>