mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
parisc: Align os_hpmc_size on word boundary
[ Upstream commit 0ed9d3de5f ]
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+
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
@@ -304,6 +304,7 @@ ENDPROC_CFI(os_hpmc)
|
||||
|
||||
|
||||
__INITRODATA
|
||||
.align 4
|
||||
.export os_hpmc_size
|
||||
os_hpmc_size:
|
||||
.word .os_hpmc_end-.os_hpmc
|
||||
|
||||
Reference in New Issue
Block a user