diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-09 16:27:45 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-14 19:30:25 -0400 |
commit | 8f54bcacbc39f883bde2210cf2754e5d198f55a4 (patch) | |
tree | 1ed53a3cf864bd6372021d4384b70070da23345c /arch/mips/include/asm/processor.h | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) | |
download | linux-8f54bcacbc39f883bde2210cf2754e5d198f55a4.tar.gz linux-8f54bcacbc39f883bde2210cf2754e5d198f55a4.tar.bz2 linux-8f54bcacbc39f883bde2210cf2754e5d198f55a4.zip |
mips: switch to generic kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mips/include/asm/processor.h')
-rw-r--r-- | arch/mips/include/asm/processor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/processor.h b/arch/mips/include/asm/processor.h index 5e33fabe354d..d28c41e0887c 100644 --- a/arch/mips/include/asm/processor.h +++ b/arch/mips/include/asm/processor.h @@ -310,8 +310,6 @@ struct task_struct; /* Free all resources held by a thread. */ #define release_thread(thread) do { } while(0) -extern long kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); - extern unsigned long thread_saved_pc(struct task_struct *tsk); /* |