diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-05-01 17:48:15 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-05-21 09:56:05 -0400 |
commit | 5af7fa68103e7b2efb0fd9d901b1c25bad96fd21 (patch) | |
tree | 41bd4c0a244797d9558e3e9d1b0460309462510c /arch/microblaze/kernel/process.c | |
parent | 6fa612b56c575a5235568593eab4240c90608630 (diff) |
microblaze: export some symbols
Some device drivers require the symbols _ebss, kernel_thread,
__page_offset or ___range_ok, so export them.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/process.c')
-rw-r--r-- | arch/microblaze/kernel/process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/process.c b/arch/microblaze/kernel/process.c index 07d4fa339eda..685ad71ced50 100644 --- a/arch/microblaze/kernel/process.c +++ b/arch/microblaze/kernel/process.c | |||
@@ -173,6 +173,7 @@ int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags) | |||
173 | return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, | 173 | return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, |
174 | ®s, 0, NULL, NULL); | 174 | ®s, 0, NULL, NULL); |
175 | } | 175 | } |
176 | EXPORT_SYMBOL_GPL(kernel_thread); | ||
176 | 177 | ||
177 | unsigned long get_wchan(struct task_struct *p) | 178 | unsigned long get_wchan(struct task_struct *p) |
178 | { | 179 | { |