poke: use phys_addr_t for mem_map_args's physical_address field
This is needed to fix usage of POKE_GET_PHYSICAL_ADDRESS on x86 32 bits (with PAE). Change-Id: Ic00185ec7fcf9b6666ad6169a752d8b8edd2b61b Reviewed-on: https://review.haiku-os.org/c/haiku/+/5975 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
42aa87de9e
commit
59b54f3810
@@ -60,7 +60,7 @@ typedef struct {
|
||||
uint32 signature;
|
||||
area_id area;
|
||||
const char* name;
|
||||
void* physical_address;
|
||||
phys_addr_t physical_address;
|
||||
size_t size;
|
||||
uint32 flags;
|
||||
uint32 protection;
|
||||
|
||||
Reference in New Issue
Block a user