projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
203c110
)
parisc: Align os_hpmc_size on word boundary
author
Helge Deller
<deller@gmx.de>
Tue, 12 Dec 2017 20:25:41 +0000
(21:25 +0100)
committer
Helge Deller
<deller@gmx.de>
Sun, 17 Dec 2017 20:06:25 +0000
(21:06 +0100)
The os_hpmc_size variable sometimes wasn't aligned at word boundary and thus
triggered the unaligned fault handler at startup.
Fix it by aligning it properly.
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: <stable@vger.kernel.org> # v4.14+
arch/parisc/kernel/hpmc.S
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/hpmc.S
b/arch/parisc/kernel/hpmc.S
index
e3a8e5e
..
8d072c4
100644
(file)
--- a/
arch/parisc/kernel/hpmc.S
+++ b/
arch/parisc/kernel/hpmc.S
@@
-305,6
+305,7
@@
ENDPROC_CFI(os_hpmc)
__INITRODATA
+ .align 4
.export os_hpmc_size
os_hpmc_size:
.word .os_hpmc_end-.os_hpmc