From 6c782bd7bbc36b01c6b2297e8dd1c0b2404e9047 Mon Sep 17 00:00:00 2001 From: Andrew Morton <akpm@osdl.org> Date: Fri, 19 Nov 2004 22:26:34 -0800 Subject: [PATCH] [PATCH] x86_64: duplicated patch We ended up adding this patch twice. Cc: <ak@muc.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> --- include/asm-x86_64/smp.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/asm-x86_64/smp.h b/include/asm-x86_64/smp.h index 947f585b09f4..a0229ff0baa2 100644 --- a/include/asm-x86_64/smp.h +++ b/include/asm-x86_64/smp.h @@ -109,11 +109,6 @@ static inline int x86_apicid_to_cpu(u8 apicid) if (x86_cpu_to_apicid[0] == BAD_APICID) return 0; - /* No entries in x86_cpu_to_apicid? Either no MPS|ACPI, - * or called too early. Either way, we must be CPU 0. */ - if (x86_cpu_to_apicid[0] == BAD_APICID) - return 0; - return -1; } -- 2.30.9