commit | f9ff907b0af561dcde4683f7c9f71dc0f41d3be3 | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabin@rab.in> | Sat May 03 18:19:17 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun May 25 23:44:24 2014 +0100 |
tree | 43e166ff026b9e083e60cf2e4a3aaf61412f55e8 | |
parent | 4b660a7f5c8099d88d1a43d8ae138965112592c7 [diff] |
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>