dect
/
linux-2.6
Archived
13
0
Fork 0

microblaze: Simplify copy_thread()

Removing nr parameter from copy_tread function
commit 6f2c55b843

Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
Michal Simek 2009-04-14 09:18:19 +02:00
parent 39141bfcad
commit a8fb748e89
1 changed files with 1 additions and 2 deletions

View File

@ -115,8 +115,7 @@ void flush_thread(void)
{
}
/* FIXME - here will be a proposed change -> remove nr parameter */
int copy_thread(int nr, unsigned long clone_flags, unsigned long usp,
int copy_thread(unsigned long clone_flags, unsigned long usp,
unsigned long unused,
struct task_struct *p, struct pt_regs *regs)
{