projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61520e1
)
[PARISC] Properly specify section alignment for real2.S
author
Grant Grundler
<grundler@parisc-linux.org>
Sat, 22 Oct 2005 02:56:53 +0000
(22:56 -0400)
committer
Kyle McMartin
<kyle@parisc-linux.org>
Sat, 22 Oct 2005 02:56:53 +0000
(22:56 -0400)
.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>
arch/parisc/kernel/real2.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/kernel/real2.S
b/arch/parisc/kernel/real2.S
index 085bff7c569de4064472b7536a51848ac8702411..8c2859cca77ee69ab0dfbcbb2af84cf2e70c76b8 100644
(file)
--- 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