Skip to content

Commit

Permalink
microblaze: Simplify copy_thread()
Browse files Browse the repository at this point in the history
Removing nr parameter from copy_tread function
commit 6f2c55b

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
michalsimek committed Apr 14, 2009
1 parent 39141bf commit a8fb748
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/microblaze/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit a8fb748

Please sign in to comment.