Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 504a84c4 authored by Mathias Krause's avatar Mathias Krause Committed by Michal Simek
Browse files

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: default avatarMathias Krause <minipli@googlemail.com>
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent c1138940
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -125,9 +125,6 @@ struct thread_struct {
	.pgdir = swapper_pg_dir, \
	.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. */
/* Free all resources held by a thread. */
extern inline void release_thread(struct task_struct *dead_task)
extern inline void release_thread(struct task_struct *dead_task)