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 Slightly improve the comment.
details: https://anonhg.NetBSD.org/src/rev/ca98c2961d61
branches: trunk
changeset: 750194:ca98c2961d61
user: rmind <rmind%NetBSD.org@localhost>
date: Sun Dec 20 03:40:27 2009 +0000
description:
Slightly improve the comment.
diffstat:
sys/arch/mips/mips/locore.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 883a5cd4babb -r ca98c2961d61 sys/arch/mips/mips/locore.S
--- a/sys/arch/mips/mips/locore.S Sun Dec 20 03:40:03 2009 +0000
+++ b/sys/arch/mips/mips/locore.S Sun Dec 20 03:40:27 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.171 2009/12/14 00:46:06 matt Exp $ */
+/* $NetBSD: locore.S,v 1.172 2009/12/20 03:40:27 rmind Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -171,7 +171,7 @@
*/
beq a0, zero, 1f
nop
- PTR_L a2, L_PCB(a0) # a2 = l->l_addr
+ PTR_L a2, L_PCB(a0) # a2 = pcb of old lwp
mfc0 t0, MIPS_COP_0_STATUS
REG_PROLOGUE
REG_S s0, PCB_CONTEXT+SF_REG_S0(a2)
Home |
Main Index |
Thread Index |
Old Index