Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/m68k In the 68010 code, we were reading sched_...



details:   https://anonhg.NetBSD.org/src/rev/605c351d02f6
branches:  trunk
changeset: 554581:605c351d02f6
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Oct 30 05:12:28 2003 +0000

description:
In the 68010 code, we were reading sched_whichqs wrong...

diffstat:

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

diffs (18 lines):

diff -r ffd57f32d987 -r 605c351d02f6 sys/arch/m68k/m68k/switch_subr.s
--- a/sys/arch/m68k/m68k/switch_subr.s  Thu Oct 30 04:32:56 2003 +0000
+++ b/sys/arch/m68k/m68k/switch_subr.s  Thu Oct 30 05:12:28 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: switch_subr.s,v 1.6 2003/10/28 06:55:45 mrg Exp $      */
+/*     $NetBSD: switch_subr.s,v 1.7 2003/10/30 05:12:28 mycroft Exp $  */
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -220,7 +220,7 @@
        dbcs    %d1,2b
        eorib   #31,%d1
        movw    #PSL_HIGHIPL,%sr
-       movw    %a0@,%d0                | check again
+       movl    %a0@,%d0                | check again
        btstl   %d1,%d0
        beqs    1b                      | Rescan at HIGHIPL process moved
        moveq   #1,%d0                  | Double check for higher priority



Home | Main Index | Thread Index | Old Index