From: Graf Yang Date: Mon, 21 Sep 2009 11:51:31 +0000 (+0000) Subject: Blackfin: fix SMP build error in start_thread() X-Git-Tag: v2.6.32~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa23531ce5fb589d941b5bd84eb258e07131826b;p=pandora-kernel.git 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 Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed