aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/smp.h
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2007-10-16 01:27:10 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-16 09:43:06 -0700
commitb21d4b08b6686fa13bf9d4cae1ae08cb23ea3d53 (patch)
treea67bc7e6388083ef6a31e58ab12d4f3c10d8f536 /include/asm-um/smp.h
parentuml: replace clone with fork (diff)
downloadlinux-dev-b21d4b08b6686fa13bf9d4cae1ae08cb23ea3d53.tar.xz
linux-dev-b21d4b08b6686fa13bf9d4cae1ae08cb23ea3d53.zip
uml: fix inlines
"extern inline" will have different semantics with gcc 4.3. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--include/asm-um/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-um/smp.h b/include/asm-um/smp.h
index 84f8cf29324e..f27a96313174 100644
--- a/include/asm-um/smp.h
+++ b/include/asm-um/smp.h
@@ -18,7 +18,7 @@ extern int hard_smp_processor_id(void);
extern int ncpus;
-extern inline void smp_cpus_done(unsigned int maxcpus)
+static inline void smp_cpus_done(unsigned int maxcpus)
{
}