summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/ofw_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/include/ofw_mem.h')
-rw-r--r--sys/sparc64/include/ofw_mem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sparc64/include/ofw_mem.h b/sys/sparc64/include/ofw_mem.h
index 36e7347..ea81e63 100644
--- a/sys/sparc64/include/ofw_mem.h
+++ b/sys/sparc64/include/ofw_mem.h
@@ -30,13 +30,13 @@
#define _MACHINE_OFW_MEM_H_
struct ofw_mem_region {
- vm_offset_t mr_start;
- vm_offset_t mr_size;
+ vm_paddr_t mr_start;
+ vm_size_t mr_size;
};
struct ofw_map {
vm_offset_t om_start;
- vm_offset_t om_size;
+ vm_size_t om_size;
u_long om_tte;
};
OpenPOWER on IntegriCloud