commit | 1a6822d194c3f627eeb6aaca6688a5d0a444663e | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Tue Dec 06 11:41:12 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Feb 07 07:26:57 2017 +1100 |
tree | 002558157259af2942675251e54c565320507fa2 | |
parent | 852e5da99d15d0631c09e718abaa4b2fccda1185 [diff] |
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>