Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fc7228c authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
Cc: Adrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 292d7355
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);

+1 −0
Original line number Diff line number Diff line
@@ -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..