From: Andrew Morton 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 --- include/asm-x86_64/desc.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/asm-x86_64/desc.h~x86_64-desch-needs-smph include/asm-x86_64/desc.h --- 25/include/asm-x86_64/desc.h~x86_64-desch-needs-smph 2005-09-15 22:29:18.000000000 -0700 +++ 25-akpm/include/asm-x86_64/desc.h 2005-09-15 22:32:10.000000000 -0700 @@ -8,6 +8,8 @@ #ifndef __ASSEMBLY__ #include +#include + #include #include _