parisc: Align os_hpmc_size on word boundary
authorHelge Deller <deller@gmx.de>
Tue, 12 Dec 2017 20:25:41 +0000 (21:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Dec 2017 16:53:47 +0000 (17:53 +0100)
commit482b6942a8c1e5110a44787f6e72e0d0775bf4c0
tree7aae96c36bcafd1700fb69516d1799a53242b6c0
parent3ef1c33f98c82876555813e301aca7a765f28f92
parisc: Align os_hpmc_size on word boundary

commit 0ed9d3de5f8f97e6efd5ca0e3377cab5f0451ead upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/kernel/hpmc.S