Update the #include "opt_smpxxx.h" includes - opt_smp.h isn't needed

very much in the generic parts of the kernel now.
This commit is contained in:
Peter Wemm 1997-05-29 02:57:22 +00:00
parent e83481f965
commit 0228905ae4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26258
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>