commit | 5ff79a5ea69f8f5d1131064af9f8c9a8b1bc8266 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Fri Aug 02 20:56:46 2019 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Aug 30 10:32:37 2019 +1000 |
tree | f3593b3e0b7db8e6494d982510b44349963abcab | |
parent | 9a7a0773d7d2fd1e4c581f42ad75de7872a174dc [diff] |
powerpc/64s/exception: remove 0xb00 handler This vector is not used by any supported processor, and has been implemented as an unknown exception going back to 2.6. There is nothing special about 0xb00, so remove it like other unused vectors. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190802105709.27696-22-npiggin@gmail.com