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
..
2010-02-15 21:39:12 +00:00
2009-02-01 11:01:22 +05:30
2009-10-11 16:25:06 +01:00
2009-03-15 21:01:20 -04:00
2009-05-29 08:40:02 -07:00
2010-02-15 21:39:11 +00:00
2009-08-17 20:02:06 +01:00
2009-12-18 16:07:53 +00:00
2010-03-12 15:52:38 -08:00
2009-12-14 14:54:28 +00:00
2008-09-04 09:46:11 +01:00
2008-11-27 12:37:59 +00:00
2010-03-12 15:52:32 -08:00
2008-09-06 12:10:45 +01:00