]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s/exceptions: Use keyword params to shorten arg lists
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 29 Aug 2019 13:36:08 +0000 (23:36 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 30 Aug 2019 01:14:51 +0000 (11:14 +1000)
commit162868cd762568b7b5a155dc0126cae8b02ad18e
treec4549260f57962bbcf6e074006ee7077e21cdac0
parent244f59bb9176e714d03e6377aaa9a31074744cbc
powerpc/64s/exceptions: Use keyword params to shorten arg lists

The argument lists for the INT_HANDLER macro are getting a bit
unwieldy. Use keyword parameters with default values to shorten them.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190830011426.16810-1-mpe@ellerman.id.au
arch/powerpc/kernel/exceptions-64s.S