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:
Oscar Lesta
2023-01-02 15:02:32 +00:00
committed by Jérôme Duval
parent 42aa87de9e
commit 59b54f3810
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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;