[MIPS] Fix another trap decoding issue
commit1d5889e560c0a5891b125024921b14930bee5a83
authorRalf Baechle <ralf@linux-mips.org>
Tue, 22 Apr 2008 07:01:32 +0000 (22 08:01 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 22 Apr 2008 07:01:32 +0000 (22 08:01 +0100)
tree0c0ab8564288d439e33155a1bc0cf128ca38a33c
parent530d73ef2683871101ad4d50d17f11659f9f01be
[MIPS] Fix another trap decoding issue

Largely caused by duplicate code of which only one copy was modified as
part of the last series of fixes.  So the proper fix here is to kill
the code duplication.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/traps.c