Skip to content
Snippets Groups Projects
Commit a8fb748e authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Simplify copy_thread()


Removing nr parameter from copy_tread function
commit 6f2c55b8

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 39141bfc
No related merge requests found
...@@ -115,8 +115,7 @@ void flush_thread(void) ...@@ -115,8 +115,7 @@ void flush_thread(void)
{ {
} }
/* FIXME - here will be a proposed change -> remove nr parameter */ int copy_thread(unsigned long clone_flags, unsigned long usp,
int copy_thread(int nr, unsigned long clone_flags, unsigned long usp,
unsigned long unused, unsigned long unused,
struct task_struct *p, struct pt_regs *regs) struct task_struct *p, struct pt_regs *regs)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment