提交 e55fb3e7 编写于 作者: G Grant Grundler 提交者: Kyle McMartin

[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: NGrant Grundler <grundler@parisc-linux.org>
Signed-off-by: NKyle McMartin <kyle@parisc-linux.org>
上级 61520e1f
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册