diff options
Diffstat (limited to 'arch/powerpc/platforms/powernv/opal-wrappers.S')
-rw-r--r-- | arch/powerpc/platforms/powernv/opal-wrappers.S | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/opal-wrappers.S b/arch/powerpc/platforms/powernv/opal-wrappers.S index feb549aa3eea..0a299be588af 100644 --- a/arch/powerpc/platforms/powernv/opal-wrappers.S +++ b/arch/powerpc/platforms/powernv/opal-wrappers.S | |||
@@ -18,7 +18,7 @@ | |||
18 | .section ".text" | 18 | .section ".text" |
19 | 19 | ||
20 | #ifdef CONFIG_TRACEPOINTS | 20 | #ifdef CONFIG_TRACEPOINTS |
21 | #ifdef CONFIG_JUMP_LABEL | 21 | #ifdef HAVE_JUMP_LABEL |
22 | #define OPAL_BRANCH(LABEL) \ | 22 | #define OPAL_BRANCH(LABEL) \ |
23 | ARCH_STATIC_BRANCH(LABEL, opal_tracepoint_key) | 23 | ARCH_STATIC_BRANCH(LABEL, opal_tracepoint_key) |
24 | #else | 24 | #else |
@@ -250,3 +250,7 @@ OPAL_CALL(opal_handle_hmi, OPAL_HANDLE_HMI); | |||
250 | OPAL_CALL(opal_register_dump_region, OPAL_REGISTER_DUMP_REGION); | 250 | OPAL_CALL(opal_register_dump_region, OPAL_REGISTER_DUMP_REGION); |
251 | OPAL_CALL(opal_unregister_dump_region, OPAL_UNREGISTER_DUMP_REGION); | 251 | OPAL_CALL(opal_unregister_dump_region, OPAL_UNREGISTER_DUMP_REGION); |
252 | OPAL_CALL(opal_pci_set_phb_cxl_mode, OPAL_PCI_SET_PHB_CXL_MODE); | 252 | OPAL_CALL(opal_pci_set_phb_cxl_mode, OPAL_PCI_SET_PHB_CXL_MODE); |
253 | OPAL_CALL(opal_tpo_write, OPAL_WRITE_TPO); | ||
254 | OPAL_CALL(opal_tpo_read, OPAL_READ_TPO); | ||
255 | OPAL_CALL(opal_ipmi_send, OPAL_IPMI_SEND); | ||
256 | OPAL_CALL(opal_ipmi_recv, OPAL_IPMI_RECV); | ||