diff options
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/real2.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/real2.S b/arch/parisc/kernel/real2.S index 085bff7c569d..8c2859cca77e 100644 --- a/arch/parisc/kernel/real2.S +++ b/arch/parisc/kernel/real2.S | |||
@@ -145,8 +145,8 @@ restore_control_regs: | |||
145 | /* rfi_virt2real() and rfi_real2virt() could perhaps be adapted for | 145 | /* rfi_virt2real() and rfi_real2virt() could perhaps be adapted for |
146 | * more general-purpose use by the several places which need RFIs | 146 | * more general-purpose use by the several places which need RFIs |
147 | */ | 147 | */ |
148 | .align 128 | ||
149 | .text | 148 | .text |
149 | .align 128 | ||
150 | rfi_virt2real: | 150 | rfi_virt2real: |
151 | /* switch to real mode... */ | 151 | /* switch to real mode... */ |
152 | rsm PSW_SM_I,%r0 | 152 | rsm PSW_SM_I,%r0 |