arch/tile: remove bogus performance optimization
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 30 Mar 2012 20:27:20 +0000 (16:27 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 2 Apr 2012 16:13:59 +0000 (12:13 -0400)
commitb1760c847ff9d04fba7cdbef005a0ad805311c6d
tree59f876e619cdbc62268ecd7462e8cc0f4204a9c7
parentcdd8e16feba87a3fc2bb1885d36f895a2a3288bf
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 <cmetcalf@tilera.com>
arch/tile/mm/init.c