diff options
author | Mathias Krause <minipli@googlemail.com> | 2011-06-08 08:30:05 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-07-25 03:07:45 -0400 |
commit | 504a84c4806af58ae842b8716f603baad2757dd9 (patch) | |
tree | 59527f35dad33c9842db399de396fce4e3ea6d18 /arch/microblaze/include | |
parent | c11389406f19e4bddc7b347e5259aebda02b23f1 (diff) |
microblaze: Remove duplicated prototype of start_thread()
The prototype for start_thread() is already present in the MMU/NOMMU
independent part of the file. Remove the duplicate.
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r-- | arch/microblaze/include/asm/processor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/microblaze/include/asm/processor.h b/arch/microblaze/include/asm/processor.h index aed2a6be8e27..7283bfb2f7e4 100644 --- a/arch/microblaze/include/asm/processor.h +++ b/arch/microblaze/include/asm/processor.h | |||
@@ -125,9 +125,6 @@ struct thread_struct { | |||
125 | .pgdir = swapper_pg_dir, \ | 125 | .pgdir = swapper_pg_dir, \ |
126 | } | 126 | } |
127 | 127 | ||
128 | /* Do necessary setup to start up a newly executed thread. */ | ||
129 | void start_thread(struct pt_regs *regs, | ||
130 | unsigned long pc, unsigned long usp); | ||
131 | 128 | ||
132 | /* Free all resources held by a thread. */ | 129 | /* Free all resources held by a thread. */ |
133 | extern inline void release_thread(struct task_struct *dead_task) | 130 | extern inline void release_thread(struct task_struct *dead_task) |