tile: set up initial stack top to honor STACK_TOP_DELTA
authorChris Metcalf <cmetcalf@ezchip.com>
Tue, 5 May 2015 17:20:03 +0000 (13:20 -0400)
committerChris Metcalf <cmetcalf@ezchip.com>
Mon, 11 May 2015 15:22:34 +0000 (11:22 -0400)
commit9a5d2cbe6a1623dadfd93007382b0d12d6bac894
treec8d37206bb9539014567251e9b0a83b70eeda094
parente5701b74ccfdbbb0b4d9abcc7d0c569bf5e5375b
tile: set up initial stack top to honor STACK_TOP_DELTA

For some reason this was never changed to match the rest of the
code where we always initialize the kernel sp 64 bytes below
the top of the page.  This is generally harmless, but it does
mean that if you do a dump_stack() early on in kernel boot you
see a bogus warning about stack overrun.

Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>
arch/tile/kernel/setup.c