Module Name: src Committed By: skrll Date: Tue Aug 9 08:56:23 UTC 2016
Modified Files: src/sys/arch/mips/mips: mipsX_subr.S Log Message: Correct a comment To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/mips/mips/mipsX_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mips/mips/mipsX_subr.S diff -u src/sys/arch/mips/mips/mipsX_subr.S:1.84 src/sys/arch/mips/mips/mipsX_subr.S:1.85 --- src/sys/arch/mips/mips/mipsX_subr.S:1.84 Mon Aug 8 10:21:34 2016 +++ src/sys/arch/mips/mips/mipsX_subr.S Tue Aug 9 08:56:23 2016 @@ -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 @@ LEAF_NOPROFILE(MIPSX(cpu_switch_resume)) 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?