Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Correct a comment



details:   https://anonhg.NetBSD.org/src/rev/ee35dee24884
branches:  trunk
changeset: 817127:ee35dee24884
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Aug 09 08:56:23 2016 +0000

description:
Correct a comment

diffstat:

 sys/arch/mips/mips/mipsX_subr.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 24e35ee62531 -r ee35dee24884 sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S   Tue Aug 09 07:15:35 2016 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S   Tue Aug 09 08:56:23 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mipsX_subr.S,v 1.84 2016/08/08 10:21:34 skrll Exp $    */
+/*     $NetBSD: mipsX_subr.S,v 1.85 2016/08/09 08:56:23 skrll Exp $    */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -2728,7 +2728,7 @@
        blt     v0, t0, MIPSX(resume)
         nop
 #else
-       li      t0, MIPS_KSEG0_START            # above XKSEG?
+       li      t0, MIPS_KSEG0_START            # below KSEG0?
        blt     t0, v0, MIPSX(resume)
         nop
        li      t0, VM_MIN_KERNEL_ADDRESS>>32   # below XKSEG?



Home | Main Index | Thread Index | Old Index