From: Andi Kleen Date: Wed, 17 Oct 2007 16:04:36 +0000 (+0200) Subject: x86_64: Remove serialize_cpu() inline X-Git-Tag: v2.6.24-rc1~476^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e295f75410eb19d2a9733508f7f5c093767592cd;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed