Skip to content

Commit

Permalink
microblaze: Remove duplicated prototype of start_thread()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mathias Krause authored and Michal Simek committed Jul 25, 2011
1 parent c113894 commit 504a84c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/microblaze/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 504a84c

Please sign in to comment.