MIPS: Cleanup break and trap codes.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 24 Jan 2013 21:01:48 +0000 (22:01 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 15 Feb 2013 22:07:38 +0000 (23:07 +0100)
Very ancient out-of-tree KDB versions were using BRK_KDB code but it's
unused in modern kernels since a long time.  Delete it.

The microMIPS encoding only reserves 4 bits for a trap code so it's time
for further weedkilling.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found