OSDN Git Service

powerpc/8xx: Drop exception entries for non-existing exceptions
authorChristophe Leroy <christophe.leroy@c-s.fr>
Sat, 21 Dec 2019 08:32:32 +0000 (08:32 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 27 Jan 2020 11:36:45 +0000 (22:36 +1100)
commit9260f76ae2533787e92be58d5e509e81b72f5f9c
tree33fc962bff042e4c987eb8a2e0e3cfd5950d7ea9
parent6edc318585410b9cae5a7e4d156f09c8e5e3a700
powerpc/8xx: Drop exception entries for non-existing exceptions

head_8xx.S has entries for all exceptions from 0x100 to 0x1f00.
Several of them do not exist and are never generated by the 8xx
in accordance with the documentation.

Remove those entry points to make some room for future growing
exception code.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/66f92866fe9524cf0f056016921c7d53adaef3a0.1576916812.git.christophe.leroy@c-s.fr
arch/powerpc/kernel/head_8xx.S