aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/cex-gen.S
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-01-22 06:59:30 -0500
committerRalf Baechle <ralf@linux-mips.org>2013-02-01 04:00:22 -0500
commit7034228792cc561e79ff8600f02884bd4c80e287 (patch)
tree89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/mm/cex-gen.S
parent405ab01c70e18058d9c01a1256769a61fc65413e (diff)
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/cex-gen.S')
-rw-r--r--arch/mips/mm/cex-gen.S6
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