microblaze: Simplify copy_thread()
authorMichal Simek <monstr@monstr.eu>
Tue, 14 Apr 2009 07:18:19 +0000 (09:18 +0200)
committerMichal Simek <monstr@monstr.eu>
Tue, 14 Apr 2009 08:37:22 +0000 (10:37 +0200)
Removing nr parameter from copy_tread function
commit 6f2c55b843836d26528c56a0968689accaedbc67

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/process.c

index 60e9ed7..436f26c 100644 (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)
 {