mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Add the superpage reservation type.
This commit is contained in:
parent
b8e7fc24fe
commit
ae0fee95e1
@ -114,6 +114,9 @@ struct vm_page;
|
||||
typedef struct vm_page *vm_page_t;
|
||||
#endif /* _KERNEL */
|
||||
|
||||
struct vm_reserv;
|
||||
typedef struct vm_reserv *vm_reserv_t;
|
||||
|
||||
/*
|
||||
* Information passed from the machine-independant VM initialization code
|
||||
* for use by machine-dependant code (mainly for MMU support)
|
||||
|
Loading…
Reference in New Issue
Block a user