diff --git a/sys/arch/sparc/include/proc.h b/sys/arch/sparc/include/proc.h index af5d0cb6a9e5..9cae9006523c 100644 --- a/sys/arch/sparc/include/proc.h +++ b/sys/arch/sparc/include/proc.h @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.5 1998/10/21 07:11:47 pk Exp $ */ +/* $NetBSD: proc.h,v 1.6 1998/10/26 08:16:08 pk Exp $ */ /* * Copyright (c) 1992, 1993 @@ -44,7 +44,13 @@ * @(#)proc.h 8.1 (Berkeley) 6/11/93 */ +#if defined(_KERNEL) +/* + * Included only for the current MD definition of `curproc'. + * May not be needed in future SMP kernels. + */ #include +#endif /* * Machine-dependent part of the proc structure for SPARC.