]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm: Use symbolic constants for filtering SRR1 bits on ISIs
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 19 Jul 2017 04:49:28 +0000 (14:49 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Aug 2017 06:06:44 +0000 (16:06 +1000)
commit5c226ccc8a23e35517244bfb61443f4df8d62be4
tree90c523d6cc5f96243cf402035a7ffe6d65349b68
parent59ad2383e40869e666f16bf43d8ad71b79b2e242
powerpc/mm: Use symbolic constants for filtering SRR1 bits on ISIs

This uses the newly defined constants for this rather than open-coded
numbers. There is a side effect on 64-bit which is to pass through
some of the new P9 bits which we didn't before.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/exceptions-64s.S
arch/powerpc/kernel/head_32.S
arch/powerpc/kernel/head_8xx.S