aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGrant Grundler <grundler@parisc-linux.org>2005-10-21 22:56:53 -0400
committerKyle McMartin <kyle@parisc-linux.org>2005-10-21 22:56:53 -0400
commite55fb3e787ccfbbdb3198ec859d5689e5413c7bd (patch)
tree09d3def62c8d2e268655afc10f8f6f3647c1fea6 /arch
parent61520e1f8f5ec3a78510a3254947324711944b98 (diff)
[PARISC] Properly specify section alignment for real2.S
.align applies to the current section - ie section directives come first. Thanks to Joel Soete for catching this. Signed-off-by: Grant Grundler <grundler@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/parisc/kernel/real2.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/real2.S b/arch/parisc/kernel/real2.S
index 085bff7c569..8c2859cca77 100644
--- a/arch/parisc/kernel/real2.S
+++ b/arch/parisc/kernel/real2.S
@@ -145,8 +145,8 @@ restore_control_regs:
/* rfi_virt2real() and rfi_real2virt() could perhaps be adapted for
* more general-purpose use by the several places which need RFIs
*/
- .align 128
.text
+ .align 128
rfi_virt2real:
/* switch to real mode... */
rsm PSW_SM_I,%r0