LinuxKPI: Add header polution to compile linux/numa.h

Sponsored by:	Serenity CyberSecurity, LLC
MFC after:	1 week
Reviewed by:	manu, bz, emaste
Differential Revision:	https://reviews.freebsd.org/D45612
This commit is contained in:
Vladimir Kondratyev 2024-06-26 23:44:56 +03:00
parent 597ffdc1d3
commit d21316ff22
3 changed files with 3 additions and 0 deletions

View file

@ -43,6 +43,7 @@
#include <vm/vm_page.h>
#include <vm/pmap.h>
#include <linux/mm.h>
#include <linux/page.h>
#define PageHighMem(p) (0)

View file

@ -35,6 +35,7 @@
#include <linux/gfp.h>
#include <linux/kernel.h>
#include <linux/mm_types.h>
#include <linux/mmzone.h>
#include <linux/pfn.h>
#include <linux/list.h>
#include <linux/mmap_lock.h>

View file

@ -4,6 +4,7 @@
#define _LINUX_MMZONE_H
#include <linux/mm_types.h>
#include <linux/numa.h>
#include <linux/page-flags.h>
#define MAX_ORDER 11