summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/imc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/imc.c b/hw/imc.c
index 53e84c26..a56f3367 100644
--- a/hw/imc.c
+++ b/hw/imc.c
@@ -154,6 +154,9 @@ static struct imc_chip_cb *get_imc_cb(uint32_t chip_id)
struct proc_chip *chip = get_chip(chip_id);
struct imc_chip_cb *cb;
+ if (!chip->homer_base)
+ return NULL; /* The No Homers Club */
+
cb = (struct imc_chip_cb *)(chip->homer_base + P9_CB_STRUCT_OFFSET);
if (!is_nest_mem_initialized(cb))
return NULL;
OpenPOWER on IntegriCloud