Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include Fix typo. kern/10291.
details: https://anonhg.NetBSD.org/src/rev/2588cee463b8
branches: trunk
changeset: 487279:2588cee463b8
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Jun 05 20:47:47 2000 +0000
description:
Fix typo. kern/10291.
diffstat:
sys/arch/sparc/include/cpu.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cecd7c8037c1 -r 2588cee463b8 sys/arch/sparc/include/cpu.h
--- a/sys/arch/sparc/include/cpu.h Mon Jun 05 20:38:24 2000 +0000
+++ b/sys/arch/sparc/include/cpu.h Mon Jun 05 20:47:47 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.39 2000/06/03 20:43:28 thorpej Exp $ */
+/* $NetBSD: cpu.h,v 1.40 2000/06/05 20:47:47 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -78,7 +78,7 @@
*/
#define curcpu() (cpuinfo.ci_self)
#define curproc (curcpu()->ci_curproc)
-#define CPU_IS_PRIMARY(ci) ((ci)->ci_master)
+#define CPU_IS_PRIMARY(ci) ((ci)->master)
#define cpu_swapin(p) /* nothing */
#define cpu_swapout(p) /* nothing */
Home |
Main Index |
Thread Index |
Old Index