mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Bump VM_MAX_MEMSEGS from 2 to 3 to match the number of VM segment
identifiers present in vmmapi.h. In particular, it's now possible to create a VM_FRAMEBUFFER segment.
This commit is contained in:
parent
568e3a8d7f
commit
6bcf245ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ struct mem_seg {
|
|||
bool sysmem;
|
||||
struct vm_object *object;
|
||||
};
|
||||
#define VM_MAX_MEMSEGS 2
|
||||
#define VM_MAX_MEMSEGS 3
|
||||
|
||||
struct mem_map {
|
||||
vm_paddr_t gpa;
|
||||
|
|
|
|||
Loading…
Reference in a new issue