]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit9b40f62b8a49f0c922eb4b6cf6502f1307745c98
treec4549260f57962bbcf6e074006ee7077e21cdac0
parent7299417c8214ce09c0da01d7719c7b1c11503578
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