Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/arch/i386/include Define curlwp, not curproc.
details: https://anonhg.NetBSD.org/src/rev/7358336109cd
branches: nathanw_sa
changeset: 506353:7358336109cd
user: nathanw <nathanw%NetBSD.org@localhost>
date: Fri Oct 18 03:27:30 2002 +0000
description:
Define curlwp, not curproc.
diffstat:
sys/arch/i386/include/cpu.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0ba34ca66f26 -r 7358336109cd sys/arch/i386/include/cpu.h
--- a/sys/arch/i386/include/cpu.h Fri Oct 18 03:13:05 2002 +0000
+++ b/sys/arch/i386/include/cpu.h Fri Oct 18 03:27:30 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.68.2.10 2002/10/18 02:37:53 nathanw Exp $ */
+/* $NetBSD: cpu.h,v 1.68.2.11 2002/10/18 03:27:30 nathanw Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -252,7 +252,7 @@
#endif
#define curpcb curcpu()->ci_curpcb
-#define curproc curcpu()->ci_curproc
+#define curlwp curcpu()->ci_curlwp
/*
* Arguments to hardclock, softclock and statclock
Home |
Main Index |
Thread Index |
Old Index