diff options
Diffstat (limited to 'arch/m68k/kernel/process_no.c')
| -rw-r--r-- | arch/m68k/kernel/process_no.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/kernel/process_no.c b/arch/m68k/kernel/process_no.c index e2a63af5d51..9b86ad11c68 100644 --- a/arch/m68k/kernel/process_no.c +++ b/arch/m68k/kernel/process_no.c | |||
| @@ -151,6 +151,7 @@ int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) | |||
| 151 | set_fs(fs); | 151 | set_fs(fs); |
| 152 | return retval; | 152 | return retval; |
| 153 | } | 153 | } |
| 154 | EXPORT_SYMBOL(kernel_thread); | ||
| 154 | 155 | ||
| 155 | void flush_thread(void) | 156 | void flush_thread(void) |
| 156 | { | 157 | { |
| @@ -283,6 +284,7 @@ int dump_fpu(struct pt_regs *regs, struct user_m68kfp_struct *fpu) | |||
| 283 | #endif | 284 | #endif |
| 284 | return 1; | 285 | return 1; |
| 285 | } | 286 | } |
| 287 | EXPORT_SYMBOL(dump_fpu); | ||
| 286 | 288 | ||
| 287 | /* | 289 | /* |
| 288 | * Generic dumping code. Used for panic and debug. | 290 | * Generic dumping code. Used for panic and debug. |
