]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Align os_hpmc_size on word boundary
authorHelge Deller <deller@gmx.de>
Tue, 12 Dec 2017 20:25:41 +0000 (21:25 +0100)
committerHelge Deller <deller@gmx.de>
Sun, 17 Dec 2017 20:06:25 +0000 (21:06 +0100)
commit5cafde789732696bbfbd17a00c352c1cb54b7a97
tree31f5591e6651e5f5ecc1e129e51a559e94bece46
parent7cd19b31fb292af8cb3f12c3ae1a9e9105b4cef5
parisc: Align os_hpmc_size on word boundary

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