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 <sys/param.h> 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 <sys/param.h> #include <sys/systm.h>