* [U-Boot] [PATCH] MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status
@ 2013-01-31 0:25 daniel.schwierzeck at gmail.com
2013-01-31 10:01 ` Gabor Juhos
0 siblings, 1 reply; 2+ messages in thread
From: daniel.schwierzeck at gmail.com @ 2013-01-31 0:25 UTC (permalink / raw)
To: u-boot
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
---
arch/mips/cpu/mips32/start.S | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/arch/mips/cpu/mips32/start.S b/arch/mips/cpu/mips32/start.S
index 51ce914..65acf7d 100644
--- a/arch/mips/cpu/mips32/start.S
+++ b/arch/mips/cpu/mips32/start.S
@@ -47,14 +47,6 @@
.set pop
.endm
- .macro setup_c0_status_reset
-#ifdef CONFIG_64BIT
- setup_c0_status ST0_KX 0
-#else
- setup_c0_status 0 0
-#endif
- .endm
-
#define RVECENT(f,n) \
b f; nop
#define XVECENT(f,bev) \
@@ -222,7 +214,7 @@ reset:
/* WP(Watch Pending), SW0/1 should be cleared */
mtc0 zero, CP0_CAUSE
- setup_c0_status_reset
+ setup_c0_status 0 0
/* Init Timer */
mtc0 zero, CP0_COUNT
--
1.8.1.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status
2013-01-31 0:25 [U-Boot] [PATCH] MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status daniel.schwierzeck at gmail.com
@ 2013-01-31 10:01 ` Gabor Juhos
0 siblings, 0 replies; 2+ messages in thread
From: Gabor Juhos @ 2013-01-31 10:01 UTC (permalink / raw)
To: u-boot
Hi Daniel,
> From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
>
> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Looks good.
-Gabor
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-31 10:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 0:25 [U-Boot] [PATCH] MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status daniel.schwierzeck at gmail.com
2013-01-31 10:01 ` Gabor Juhos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox