diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2016-12-22 14:16:24 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-01-05 15:27:44 +1100 |
commit | 93373c2bcb4fbfbf32fc831f351b37fa0054fcdc (patch) | |
tree | e18463a94ddf00186e8c5248bb7f88b5ce44a9a6 /include/xive.h | |
parent | 8a74dbb3192b311e92ce8bf911f0f267ee520ceb (diff) | |
download | skiboot-93373c2bcb4fbfbf32fc831f351b37fa0054fcdc.zip skiboot-93373c2bcb4fbfbf32fc831f351b37fa0054fcdc.tar.gz skiboot-93373c2bcb4fbfbf32fc831f351b37fa0054fcdc.tar.bz2 |
xive/phb4: Handle bad ESB offsets in PHB4 DD1
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/xive.h')
-rw-r--r-- | include/xive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xive.h b/include/xive.h index a6dc7be..c1d07c4 100644 --- a/include/xive.h +++ b/include/xive.h @@ -414,6 +414,7 @@ uint32_t xive_get_notify_base(uint32_t girq); #define XIVE_SRC_EOI_PAGE1 OPAL_XIVE_IRQ_TRIGGER_PAGE #define XIVE_SRC_STORE_EOI OPAL_XIVE_IRQ_STORE_EOI #define XIVE_SRC_LSI OPAL_XIVE_IRQ_LSI +#define XIVE_SRC_SHIFT_BUG OPAL_XIVE_IRQ_SHIFT_BUG struct irq_source_ops; void xive_register_hw_source(uint32_t base, uint32_t count, uint32_t shift, |