Module Name: src
Committed By: matt
Date: Sat Feb 6 02:56:23 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: locore.S
Log Message:
Save curlwp in context (even though it should already be there).
To generate a diff of this commit:
cvs rdiff -u -r1.167.38.10 -r1.167.38.11 src/sys/arch/mips/mips/locore.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/locore.S
diff -u src/sys/arch/mips/mips/locore.S:1.167.38.10 src/sys/arch/mips/mips/locore.S:1.167.38.11
--- src/sys/arch/mips/mips/locore.S:1.167.38.10 Sat Feb 6 00:39:46 2010
+++ src/sys/arch/mips/mips/locore.S Sat Feb 6 02:56:23 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.167.38.10 2010/02/06 00:39:46 matt Exp $ */
+/* $NetBSD: locore.S,v 1.167.38.11 2010/02/06 02:56:23 matt Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -304,7 +304,7 @@
REG_S s5, U_PCB_CONTEXT+SF_REG_S5(t0)
REG_S s6, U_PCB_CONTEXT+SF_REG_S6(t0)
REG_S s7, U_PCB_CONTEXT+SF_REG_S7(t0)
- #REG_S t8, U_PCB_CONTEXT+SF_REG_T8(t0) # MIPS_CURLWP
+ REG_S t8, U_PCB_CONTEXT+SF_REG_T8(t0) # MIPS_CURLWP
REG_S sp, U_PCB_CONTEXT+SF_REG_SP(t0)
REG_S s8, U_PCB_CONTEXT+SF_REG_S8(t0)
REG_S t2, U_PCB_CONTEXT+SF_REG_RA(t0)