From: Andrew Morton Date: Sat, 17 Sep 2005 02:27:55 +0000 (-0700) Subject: [PATCH] x86_64: desc.h-needs smp.h X-Git-Tag: v2.6.14-rc2~5^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73a0b538ee573a76cba59cdc9f177a71776d4678;p=platform%2Fkernel%2Flinux-exynos.git [PATCH] x86_64: desc.h-needs smp.h include/asm/desc.h: In function `load_LDT': include/asm/desc.h:209: warning: implicit declaration of function `get_cpu' include/asm/desc.h:211: warning: implicit declaration of function `put_cpu' Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-x86_64/desc.h b/include/asm-x86_64/desc.h index 594e610..68ac3c6 100644 --- a/include/asm-x86_64/desc.h +++ b/include/asm-x86_64/desc.h @@ -8,6 +8,8 @@ #ifndef __ASSEMBLY__ #include +#include + #include #include