diff options
Diffstat (limited to 'arch/mips/mm/cex-gen.S')
-rw-r--r-- | arch/mips/mm/cex-gen.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/mm/cex-gen.S b/arch/mips/mm/cex-gen.S index e743622fd24d..45dff5cd4b8e 100644 --- a/arch/mips/mm/cex-gen.S +++ b/arch/mips/mm/cex-gen.S | |||
@@ -14,17 +14,17 @@ | |||
14 | #include <asm/stackframe.h> | 14 | #include <asm/stackframe.h> |
15 | 15 | ||
16 | /* | 16 | /* |
17 | * Game over. Go to the button. Press gently. Swear where allowed by | 17 | * Game over. Go to the button. Press gently. Swear where allowed by |
18 | * legislation. | 18 | * legislation. |
19 | */ | 19 | */ |
20 | LEAF(except_vec2_generic) | 20 | LEAF(except_vec2_generic) |
21 | .set noreorder | 21 | .set noreorder |
22 | .set noat | 22 | .set noat |
23 | .set mips0 | 23 | .set mips0 |
24 | /* | 24 | /* |
25 | * This is a very bad place to be. Our cache error | 25 | * This is a very bad place to be. Our cache error |
26 | * detection has triggered. If we have write-back data | 26 | * detection has triggered. If we have write-back data |
27 | * in the cache, we may not be able to recover. As a | 27 | * in the cache, we may not be able to recover. As a |
28 | * first-order desperate measure, turn off KSEG0 cacheing. | 28 | * first-order desperate measure, turn off KSEG0 cacheing. |
29 | */ | 29 | */ |
30 | mfc0 k0,CP0_CONFIG | 30 | mfc0 k0,CP0_CONFIG |