Fix typo. kern/10291.

This commit is contained in:
thorpej 2000-06-05 20:47:47 +00:00
parent 862a955e34
commit 814826fdda
1 changed files with 2 additions and 2 deletions

View File

@ -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 * Copyright (c) 1992, 1993
@ -78,7 +78,7 @@
*/ */
#define curcpu() (cpuinfo.ci_self) #define curcpu() (cpuinfo.ci_self)
#define curproc (curcpu()->ci_curproc) #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_swapin(p) /* nothing */
#define cpu_swapout(p) /* nothing */ #define cpu_swapout(p) /* nothing */