From 0228905ae4e22e64cd7db719a2f3ecf6e1f43085 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 29 May 1997 02:57:22 +0000 Subject: [PATCH] Update the #include "opt_smpxxx.h" includes - opt_smp.h isn't needed very much in the generic parts of the kernel now. --- sys/vm/vm_kern.c | 3 +-- sys/vm/vm_object.c | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index af36cfd22566..d218d410b240 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -61,13 +61,12 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_kern.c,v 1.34 1997/03/31 11:11:24 davidg Exp $ + * $Id: vm_kern.c,v 1.35 1997/04/26 11:46:23 peter Exp $ */ /* * Kernel memory management. */ -#include "opt_smp.h" #include "opt_smp_privpages.h" #include diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index ded43748e993..abc2ce8d96b1 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -61,12 +61,13 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.c,v 1.90 1997/02/22 09:48:28 peter Exp $ + * $Id: vm_object.c,v 1.91 1997/04/26 11:46:25 peter Exp $ */ /* * Virtual memory object module. */ +#include "opt_smp_privpages.h" #include #include