Don't need "opt_smp.h" on these files

This commit is contained in:
Peter Wemm 1997-05-29 04:52:04 +00:00
parent 85d7ee599f
commit 8f453f3ed3
2 changed files with 2 additions and 4 deletions

View File

@ -39,11 +39,10 @@
* SUCH DAMAGE.
*
* @(#)init_main.c 8.9 (Berkeley) 1/21/94
* $Id: init_main.c,v 1.61 1997/04/26 11:46:11 peter Exp $
* $Id: init_main.c,v 1.62 1997/05/11 18:05:36 tegge Exp $
*/
#include "opt_rlimit.h"
#include "opt_smp.h"
#include "opt_devfs.h"
#include <sys/param.h>

View File

@ -36,11 +36,10 @@
* SUCH DAMAGE.
*
* @(#)kern_fork.c 8.6 (Berkeley) 4/8/94
* $Id: kern_fork.c,v 1.40 1997/04/26 14:31:36 peter Exp $
* $Id: kern_fork.c,v 1.41 1997/04/26 15:59:50 peter Exp $
*/
#include "opt_ktrace.h"
#include "opt_smp.h"
#include <sys/param.h>
#include <sys/systm.h>