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 Fix tyop.
details: https://anonhg.NetBSD.org/src/rev/15ae58957191
branches: trunk
changeset: 532912:15ae58957191
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Jun 17 22:48:45 2002 +0000
description:
Fix tyop.
diffstat:
sys/arch/mips/mips/locore_mips3.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1b4014488920 -r 15ae58957191 sys/arch/mips/mips/locore_mips3.S
--- a/sys/arch/mips/mips/locore_mips3.S Mon Jun 17 22:39:25 2002 +0000
+++ b/sys/arch/mips/mips/locore_mips3.S Mon Jun 17 22:48:45 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore_mips3.S,v 1.80 2002/06/05 06:09:28 simonb Exp $ */
+/* $NetBSD: locore_mips3.S,v 1.81 2002/06/17 22:48:45 simonb Exp $ */
/*
* Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -186,7 +186,7 @@
nop
#endif
- /* Try to zero from free pages. */
+ /* Try to zero some free pages. */
lw t0, _C_LABEL(uvm) + UVM_PAGE_IDLE_ZERO
nop
beq t0, zero, 1f
Home |
Main Index |
Thread Index |
Old Index