mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
Provide the new argument to kmem_suballoc().
This commit is contained in:
parent
3202ed7523
commit
6ac3ab7f98
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178935
@ -174,7 +174,7 @@ memguard_init(vm_map_t parent_map, unsigned long size)
|
||||
size *= PAGE_SIZE;
|
||||
|
||||
memguard_map = kmem_suballoc(parent_map, (vm_offset_t *)&base,
|
||||
(vm_offset_t *)&limit, (vm_size_t)size);
|
||||
(vm_offset_t *)&limit, (vm_size_t)size, FALSE);
|
||||
memguard_map->system_map = 1;
|
||||
memguard_mapsize = size;
|
||||
memguard_mapused = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user