Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PARISC] Fix parisc compile failure after smp: Add task_struct argume…
…nt to __cpu_up() commit 8239c25 added an argument to our __cpu_up() function, but didn't notice we have an extra definition for this in asm/smp.h resulting in a compile failure. Fix by removing the extraneous parisc definition of __cpu_up(). While we're at it, remove the duplicated definition of smp_send_reschedule(). Signed-off-by: James Bottomley <JBottomley@Parallels.com>
- Loading branch information