diff options
Diffstat (limited to 'arch/sparc64/kernel/process.c')
-rw-r--r-- | arch/sparc64/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/process.c b/arch/sparc64/kernel/process.c index 8e3c6e435110..952762bfb4c0 100644 --- a/arch/sparc64/kernel/process.c +++ b/arch/sparc64/kernel/process.c | |||
@@ -677,7 +677,7 @@ int copy_thread(int nr, unsigned long clone_flags, unsigned long sp, | |||
677 | * NOTE! Only a kernel-only process(ie the swapper or direct descendants | 677 | * NOTE! Only a kernel-only process(ie the swapper or direct descendants |
678 | * who haven't done an "execve()") should use this: it will work within | 678 | * who haven't done an "execve()") should use this: it will work within |
679 | * a system call from a "real" process, but the process memory space will | 679 | * a system call from a "real" process, but the process memory space will |
680 | * not be free'd until both the parent and the child have exited. | 680 | * not be freed until both the parent and the child have exited. |
681 | */ | 681 | */ |
682 | pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) | 682 | pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
683 | { | 683 | { |