dect
/
linux-2.6
Archived
13
0
Fork 0

xtensa: make startup code discardable

Move it from .text to .init.text to get rid of it after boot and
prevent illegal section references.

Signed-off-by: Daniel Glöckner <dg@emlix.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:
Daniel Glöckner 2009-03-11 14:15:11 +01:00 committed by Chris Zankel
parent fcc8f0f81f
commit 06a7476be7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ _start: _j 2f
2: l32r a0, 1b
jx a0
.text
.section .init.text, "ax"
.align 4
_startup: