From 814826fdda18de0e7c98652bb7c377c29abb0f74 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 5 Jun 2000 20:47:47 +0000 Subject: [PATCH] Fix typo. kern/10291. --- sys/arch/sparc/include/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sparc/include/cpu.h b/sys/arch/sparc/include/cpu.h index 37ee3d8bd69e..9a4a3ff64513 100644 --- a/sys/arch/sparc/include/cpu.h +++ b/sys/arch/sparc/include/cpu.h @@ -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 */