Add #include "opt_pmap.h" so locore picks up DISABLE_PSE etc options.

This commit is contained in:
peter 2003-10-03 14:33:00 +00:00
parent c2551825af
commit b5f544f08b

View File

@ -46,6 +46,7 @@
#include "opt_bootp.h"
#include "opt_compat.h"
#include "opt_nfsroot.h"
#include "opt_pmap.h"
#include <sys/syscall.h>
#include <sys/reboot.h>