Russell King 4260415f6a ARM: fix build error in arch/arm/kernel/process.c
/tmp/ccJ3ssZW.s: Assembler messages:
/tmp/ccJ3ssZW.s:1952: Error: can't resolve `.text' {.text section} - `.LFB1077'

This is caused because:

	.section .data
	.section .text
	.section .text
	.previous

does not return us to the .text section, but the .data section; this
makes use of .previous dangerous if the ordering of previous sections
is not known.

Fix up the other users of .previous; .pushsection and .popsection are
a safer pairing to use than .section and .previous.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-04-21 08:45:21 +01:00
..
2008-08-12 19:54:09 +01:00
2008-05-30 10:33:49 +02:00
2010-03-12 15:52:32 -08:00
2009-01-02 12:34:55 +00:00
2009-12-11 06:44:29 -05:00
2008-09-06 12:10:45 +01:00
2010-02-25 22:09:41 +00:00
2010-03-12 15:52:38 -08:00
2010-03-12 15:52:38 -08:00
2010-03-12 15:52:32 -08:00
2010-02-15 21:39:14 +00:00