Blackfin: fix SMP build error in start_thread()
authorGraf Yang <graf.yang@analog.com>
Mon, 21 Sep 2009 11:51:31 +0000 (11:51 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 25 Nov 2009 07:38:01 +0000 (02:38 -0500)
commitaa23531ce5fb589d941b5bd84eb258e07131826b
tree616ca53698cd4057187c2c27cd656a35f7fc64b2
parent05bad36ce7a29e1e5eaf5f730ef004effed3add4
Blackfin: fix SMP build error in start_thread()

Commit d5ce528c8e46fa5afb9 (Blackfin: convert irq/process to asm-generic)
incorrectly merged the smp and non-smp cases of start_thread() causing the
L1 stack to be setup on the SMP port instead of the UP port.

Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/process.c