]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8048/1: fix v7-M setup stack location
authorRabin Vincent <rabin@rab.in>
Sat, 3 May 2014 17:19:17 +0000 (18:19 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 25 May 2014 22:44:24 +0000 (23:44 +0100)
commit90d47255813cee1858493c20e7e08ff37f8fdf3e
tree43e166ff026b9e083e60cf2e4a3aaf61412f55e8
parent9111474d1a8872430728d0b3391f839572c0b619
ARM: 8048/1: fix v7-M setup stack location

__v7m_setup_stack currently sits in the .proc.info.init section, and
thus creates a bogus proc info entry (which by the way matches any
unknown CPU IDs, due to the entry's mask being 0).  Move it out of
there.

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/proc-v7m.S