aboutsummaryrefslogtreecommitdiff
path: root/hdata/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'hdata/memory.c')
-rw-r--r--hdata/memory.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hdata/memory.c b/hdata/memory.c
index 2df1136..0c6c081 100644
--- a/hdata/memory.c
+++ b/hdata/memory.c
@@ -457,12 +457,6 @@ static void get_hb_reserved_mem(struct HDIF_common_hdr *ms_vpd)
if (label_size > 64)
label_size = 64;
- /* these are broken, just ignore them */
- if (!strncmp(hb_resv_mem->label, "ibm,homer-image", label_size))
- continue;
- if (!strncmp(hb_resv_mem->label, "ibm,occ-common-area", label_size))
- continue;
-
label = malloc(label_size+1);
assert(label);