]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s: Use (start, size) rather than (start, end) for exception handlers
authorNicholas Piggin <npiggin@gmail.com>
Tue, 6 Dec 2016 01:41:12 +0000 (11:41 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 6 Feb 2017 20:26:57 +0000 (07:26 +1100)
commitb5e5ef0d1675ec20c542ef6c17cfb6530c13b8ea
tree002558157259af2942675251e54c565320507fa2
parentb7134992581f3396f212e4b637a87599e97ce736
powerpc/64s: Use (start, size) rather than (start, end) for exception handlers

start,size has the benefit of being easier to search for (start,end
usually gives you the preceeding vector from the one you want, as first
result).

Suggested-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/head-64.h
arch/powerpc/kernel/exceptions-64s.S