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:
parent
f4cdb9d7c3
commit
d950c5898a
@ -42,7 +42,7 @@ struct vnode;
|
||||
struct vmem;
|
||||
|
||||
#ifdef _KERNEL
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kassert.h>
|
||||
|
||||
struct cdev;
|
||||
struct cdevsw;
|
||||
|
@ -472,8 +472,7 @@ extern struct mtx_padalign pa_lock[];
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <sys/kassert.h>
|
||||
#include <machine/atomic.h>
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user