X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=kernel%2Ffork.c;h=403d2bb8a96865ec2b62da44e48f77e3a7ae3e0c;hb=10e84b97ed799be404836dc7f71ab47d4571265a;hp=66635c80a813e876d3a3529ed13ce410ab987c4e;hpb=18fb38e2f58ff7a66e30cbb71af81425edf1c9a1;p=karo-tx-linux.git diff --git a/kernel/fork.c b/kernel/fork.c index 66635c80a813..403d2bb8a968 100644 --- a/kernel/fork.c +++ b/kernel/fork.c @@ -1546,7 +1546,7 @@ static inline void init_idle_pids(struct pid_link *links) } } -struct task_struct * __cpuinit fork_idle(int cpu) +struct task_struct *fork_idle(int cpu) { struct task_struct *task; task = copy_process(CLONE_VM, 0, 0, NULL, &init_struct_pid, 0);