phys_avail[] is correctly defined as an array of vm_paddr_t's in
machdep.c. Use that same type, and not vm_offset_t, in this include file.
This commit is contained in:
parent
ffdffd49b0
commit
b9895f9add
@ -112,7 +112,7 @@ typedef struct pv_entry {
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
||||
extern vm_offset_t phys_avail[];
|
||||
extern vm_paddr_t phys_avail[];
|
||||
extern vm_offset_t virtual_avail;
|
||||
extern vm_offset_t virtual_end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user