commit | fbf6ede2ce05592661cec04e04b88f6bab00eb09 | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@linux-mips.org> | Mon May 21 13:47:22 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Jun 11 18:20:53 2007 +0100 |
tree | 774a6423cae546a8a1b6bc311eb85aba777c93a6 | |
parent | 85f6038f2170e3335dda09c3dfb0f83110e87019 [diff] |
[MIPS] Fix KMODE for the R3000 This must be the oldest bug that we have got. Leaving interrupts "as they are" for the R3000 obviously means copying IEp to IEc. Since we have got STATMASK now, I took this opportunity to mask the status register "correctly" for the R3000 now too. Oh, and the R3000 hardly ever is 64-bit. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>