Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/arch/mac68k/mac68k p_addr -> l_addr
details: https://anonhg.NetBSD.org/src/rev/131aee63b007
branches: nathanw_sa
changeset: 506283:131aee63b007
user: gmcgarry <gmcgarry%NetBSD.org@localhost>
date: Sat Oct 05 05:59:41 2002 +0000
description:
p_addr -> l_addr
diffstat:
sys/arch/mac68k/mac68k/machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 717dd0a23e6c -r 131aee63b007 sys/arch/mac68k/mac68k/machdep.c
--- a/sys/arch/mac68k/mac68k/machdep.c Sat Oct 05 05:44:39 2002 +0000
+++ b/sys/arch/mac68k/mac68k/machdep.c Sat Oct 05 05:59:41 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.265.4.12 2002/09/17 21:15:28 nathanw Exp $ */
+/* $NetBSD: machdep.c,v 1.265.4.13 2002/10/05 05:59:41 gmcgarry Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -604,8 +604,8 @@
(void)&howto;
#endif
/* take a snap shot before clobbering any registers */
- if (curlwp && curlwp->p_addr)
- savectx(&curlwp->p_addr->u_pcb);
+ if (curlwp && curlwp->l_addr)
+ savectx(&curlwp->l_addr->u_pcb);
/* If system is cold, just halt. */
if (cold) {
Home |
Main Index |
Thread Index |
Old Index