summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel/mn10300_ksyms.c
diff options
context:
space:
mode:
authorDavid Howells2008-07-04 18:59:46 +0200
committerLinus Torvalds2008-07-04 19:40:07 +0200
commit7fc7228c0be9007f0e6a32c8a8ae340ea6246056 (patch)
treeb2686dfab2e927886070cdf0d110b19ab6b6ed4b /arch/mn10300/kernel/mn10300_ksyms.c
parenthdaps: add support for various newer Lenovo thinkpads (diff)
downloadkernel-qcow2-linux-7fc7228c0be9007f0e6a32c8a8ae340ea6246056.tar.gz
kernel-qcow2-linux-7fc7228c0be9007f0e6a32c8a8ae340ea6246056.tar.xz
kernel-qcow2-linux-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/mn10300_ksyms.c')
-rw-r--r--arch/mn10300/kernel/mn10300_ksyms.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mn10300/kernel/mn10300_ksyms.c b/arch/mn10300/kernel/mn10300_ksyms.c
index 6d19628634e3..544ee1ae8c41 100644
--- a/arch/mn10300/kernel/mn10300_ksyms.c
+++ b/arch/mn10300/kernel/mn10300_ksyms.c
@@ -10,8 +10,11 @@
*/
#include <linux/module.h>
#include <asm/uaccess.h>
+#include <asm/pgtable.h>
+EXPORT_SYMBOL(empty_zero_page);
+
EXPORT_SYMBOL(change_bit);
EXPORT_SYMBOL(test_and_change_bit);