[S390] move EXPORT_SYMBOLs to definitions
[deliverable/linux.git] / arch / s390 / kernel / process.c
index bd616fb31e759049c21a9ba9ed24db8698adbc07..b48e961a38f6ee08f0a12b5e7ffc1348fd7c4dcb 100644 (file)
@@ -141,6 +141,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..
@@ -318,6 +319,7 @@ int dump_fpu (struct pt_regs * regs, s390_fp_regs *fpregs)
 #endif /* CONFIG_64BIT */
        return 1;
 }
+EXPORT_SYMBOL(dump_fpu);
 
 unsigned long get_wchan(struct task_struct *p)
 {
This page took 0.036071 seconds and 5 git commands to generate.