microblaze: Simplify copy_thread()

Removing nr parameter from copy_tread function
commit 6f2c55b843836d26528c56a0968689accaedbc67

Signed-off-by: Michal Simek <monstr@monstr.eu>

+1 -2
+1 -2
arch/microblaze/kernel/process.c
··· 115 { 116 } 117 118 - /* FIXME - here will be a proposed change -> remove nr parameter */ 119 - int copy_thread(int nr, unsigned long clone_flags, unsigned long usp, 120 unsigned long unused, 121 struct task_struct *p, struct pt_regs *regs) 122 {
··· 115 { 116 } 117 118 + int copy_thread(unsigned long clone_flags, unsigned long usp, 119 unsigned long unused, 120 struct task_struct *p, struct pt_regs *regs) 121 {