
From: Andrew Morton <akpm@osdl.org>

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 <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 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 <linux/string.h>
+#include <linux/smp.h>
+
 #include <asm/segment.h>
 #include <asm/mmu.h>
 
_
