]> asedeno.scripts.mit.edu Git - linux.git/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)
committerHelge Deller <deller@gmx.de>
Tue, 27 Mar 2018 16:52:22 +0000 (18:52 +0200)
commitd5654e156bc4d68a87bbaa6d7e020baceddf6e68
tree3b82a617cac230c21ba4413d7cd4858245bf0470
parentc14b302c44f61dce219e1f4026d3c9248e81fbd2
parisc: Fix HPMC handler by increasing size to multiple of 16 bytes

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
arch/parisc/kernel/hpmc.S