]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mn10300/kernel/process.c
mn10300: export certain arch symbols required to build allmodconfig
[linux-2.6-omap-h63xx.git] / arch / mn10300 / kernel / process.c
index 9c623c88387bbb4ee844c39f43513398131588b5..b28c9a60445bda4df1f4f83de51346b121e36067 100644 (file)
@@ -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..