]> git.baikalelectronics.ru Git - kernel.git/commit
[PARISC] Fix parisc compile failure after smp: Add task_struct argument to __cpu_up()
authorJames Bottomley <jbottomley@parallels.com>
Fri, 25 May 2012 10:59:26 +0000 (10:59 +0000)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 25 May 2012 11:35:45 +0000 (12:35 +0100)
commit75147f1edf827e689133b77c3836c6864ece01de
tree6c748e9273a87bc25bb4507d7d9af1a1012ea593
parentf69837cd1f4b9e96f5274593487a59c9f9f1552a
[PARISC] Fix parisc compile failure after smp: Add task_struct argument to __cpu_up()

commit e2eb376037f725be1295f234852d0d8ed7d9af83 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>
arch/parisc/include/asm/smp.h