vm/vm_extern.h, vm/vm_page.h: use sys/kassert.h

instead of fatty sys/systm.h.

Suggested by:	jhb
Reviewed by:	alc, imp, jhb (previous version)
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D34089
This commit is contained in:
Konstantin Belousov 2022-01-29 05:39:30 +02:00
parent f4cdb9d7c3
commit d950c5898a
2 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,7 @@ struct vnode;
struct vmem;
#ifdef _KERNEL
#include <sys/systm.h>
#include <sys/kassert.h>
struct cdev;
struct cdevsw;

View File

@ -472,8 +472,7 @@ extern struct mtx_padalign pa_lock[];
#ifdef _KERNEL
#include <sys/systm.h>
#include <sys/kassert.h>
#include <machine/atomic.h>
/*