From: Chris Metcalf Date: Fri, 30 Mar 2012 20:27:20 +0000 (-0400) Subject: arch/tile: remove bogus performance optimization X-Git-Tag: v3.4-rc2~7^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1760c847ff9d04fba7cdbef005a0ad805311c6d;p=pandora-kernel.git arch/tile: remove bogus performance optimization We were re-homing the initial task's kernel stack on the boot cpu, but in fact it's better to let it stay globally homed, since that task isn't bound to the boot cpu anyway. This is more of a general cleanup than an actual performance optimization, but it removes code, which is a good thing. :-) Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed