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:
parent
e83481f965
commit
0228905ae4
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user