]> 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)
commit0a04660f142713ca4de3a42a942249e89d037e50
tree002558157259af2942675251e54c565320507fa2
parentca8475773cc28d0ffe33fd299e0fc597362a98fa
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