]> git.itanic.dy.fi Git - linux-stable/commit
parisc: Fix HPMC handler by increasing size to multiple of 16 bytes
authorHelge Deller <deller@gmx.de>
Sat, 24 Mar 2018 20:18:25 +0000 (21:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Apr 2018 06:55:08 +0000 (08:55 +0200)
commited7308bce0a2b84814762bccfe864cd4e521fdb6
treed7574d4f9b6c7ccaf28ff54040b212ed406236ba
parent2cad1487248d0f3482993caad4b11ad1c5ec6f04
parisc: Fix HPMC handler by increasing size to multiple of 16 bytes

commit d5654e156bc4d68a87bbaa6d7e020baceddf6e68 upstream.

Make sure that the HPMC (High Priority Machine Check) handler is 16-byte
aligned and that it's length in the IVT is a multiple of 16 bytes.
Otherwise PDC may decide not to call the HPMC crash handler.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/kernel/hpmc.S