aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel/process.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2008-07-04 09:59:46 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-04 10:40:07 -0700
commit7fc7228c0be9007f0e6a32c8a8ae340ea6246056 (patch)
treeb2686dfab2e927886070cdf0d110b19ab6b6ed4b /arch/mn10300/kernel/process.c
parenthdaps: add support for various newer Lenovo thinkpads (diff)
downloadlinux-dev-7fc7228c0be9007f0e6a32c8a8ae340ea6246056.tar.xz
linux-dev-7fc7228c0be9007f0e6a32c8a8ae340ea6246056.zip
mn10300: export certain arch symbols required to build allmodconfig
Export kernel_thread() and empty_zero_page so that allmodconfig can be built for MN10300. Signed-off-by: David Howells <dhowells@redhat.com> Cc: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mn10300/kernel/process.c')
-rw-r--r--arch/mn10300/kernel/process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mn10300/kernel/process.c b/arch/mn10300/kernel/process.c
index 9c623c88387b..b28c9a60445b 100644
--- a/arch/mn10300/kernel/process.c
+++ b/arch/mn10300/kernel/process.c
@@ -153,6 +153,7 @@ int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags)
return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, &regs, 0,
NULL, NULL);
}
+EXPORT_SYMBOL(kernel_thread);
/*
* free current thread data structures etc..