mips: fix XLPN32 after r352434
SYSINIT usage was added, but the <sys/kernel.h> dependency was not added. This worked by coincidence, as most of the mips configs have DDB enabled and pmap.c gets <sys/kernel.h> via ddb.h pollution. Reported by: dim
This commit is contained in:
parent
55258ab0ff
commit
2e6a21bbd8
@ -68,6 +68,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/msgbuf.h>
|
||||
|
Loading…
Reference in New Issue
Block a user