summaryrefslogtreecommitdiffstats
path: root/hdata/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'hdata/memory.c')
-rw-r--r--hdata/memory.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/hdata/memory.c b/hdata/memory.c
index b80d33cd..dbb0ac4e 100644
--- a/hdata/memory.c
+++ b/hdata/memory.c
@@ -34,14 +34,10 @@ struct HDIF_ram_area_id {
} __packed;
struct HDIF_ram_area_size {
- __be64 mb;
+ __be32 reserved1;
+ __be32 mb;
} __packed;
-struct ram_area {
- const struct HDIF_ram_area_id *raid;
- const struct HDIF_ram_area_size *rasize;
-};
-
struct HDIF_ms_area_address_range {
__be64 start;
__be64 end;
OpenPOWER on IntegriCloud