* [PATCH] microblaze: remove duplicated prototype of start_thread()
@ 2011-06-08 12:30 Mathias Krause
2011-06-09 9:00 ` Michal Simek
0 siblings, 1 reply; 2+ messages in thread
From: Mathias Krause @ 2011-06-08 12:30 UTC (permalink / raw)
To: Michal Simek; +Cc: microblaze-uclinux, linux-kernel, Mathias Krause
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>
---
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 aed2a6b..7283bfb 100644
--- a/arch/microblaze/include/asm/processor.h
+++ b/arch/microblaze/include/asm/processor.h
@@ -125,9 +125,6 @@ struct thread_struct {
.pgdir = swapper_pg_dir, \
}
-/* Do necessary setup to start up a newly executed thread. */
-void start_thread(struct pt_regs *regs,
- unsigned long pc, unsigned long usp);
/* Free all resources held by a thread. */
extern inline void release_thread(struct task_struct *dead_task)
--
1.5.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-09 9:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-08 12:30 [PATCH] microblaze: remove duplicated prototype of start_thread() Mathias Krause
2011-06-09 9:00 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox