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:
Helge Deller
2017-12-12 21:25:41 +01:00
committed by Chris
parent 4c34b05816
commit 4a22e34b7d

View File

@@ -304,6 +304,7 @@ ENDPROC_CFI(os_hpmc)
__INITRODATA
.align 4
.export os_hpmc_size
os_hpmc_size:
.word .os_hpmc_end-.os_hpmc