2e6a21bbd8
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