Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/dreamcast/dreamcast Fixed initial cache setup to ha...



details:   https://anonhg.NetBSD.org/src/rev/b69415e55826
branches:  trunk
changeset: 501625:b69415e55826
user:      marcus <marcus%NetBSD.org@localhost>
date:      Fri Jan 05 01:14:31 2001 +0000

description:
Fixed initial cache setup to handle launch from P2 as well as P1.

diffstat:

 sys/arch/dreamcast/dreamcast/locore.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fbb5c3756c30 -r b69415e55826 sys/arch/dreamcast/dreamcast/locore.s
--- a/sys/arch/dreamcast/dreamcast/locore.s     Fri Jan 05 01:13:23 2001 +0000
+++ b/sys/arch/dreamcast/dreamcast/locore.s     Fri Jan 05 01:14:31 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.1 2000/12/11 18:19:13 marcus Exp $        */
+/*     $NetBSD: locore.s,v 1.2 2001/01/05 01:14:31 marcus Exp $        */
 
 /*-
  * Copyright (c) 1993, 1994, 1995, 1997
@@ -371,7 +371,7 @@
        mova    cache_on, r0
        mov     r0, r5
        mov.l   XLtoP2, r1
-       add     r1, r5
+       or      r1, r5
        mova    main_label, r0
        mov     r0, r2
        mov.l   XL_SHREG_CCR, r3



Home | Main Index | Thread Index | Old Index