Skip to content

Commit

Permalink
[PARISC] Properly specify section alignment for real2.S
Browse files Browse the repository at this point in the history
.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>
  • Loading branch information
Grant Grundler authored and Kyle McMartin committed Oct 22, 2005
1 parent 61520e1 commit e55fb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/kernel/real2.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e55fb3e

Please sign in to comment.