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)
commit1a6822d194c3f627eeb6aaca6688a5d0a444663e
tree002558157259af2942675251e54c565320507fa2
parent852e5da99d15d0631c09e718abaa4b2fccda1185
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