summaryrefslogtreecommitdiffstats
path: root/external/opal-prd/thunk.S
diff options
context:
space:
mode:
Diffstat (limited to 'external/opal-prd/thunk.S')
-rw-r--r--external/opal-prd/thunk.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/external/opal-prd/thunk.S b/external/opal-prd/thunk.S
index f25afde9..f3551580 100644
--- a/external/opal-prd/thunk.S
+++ b/external/opal-prd/thunk.S
@@ -186,10 +186,11 @@ hinterface:
CALLBACK_THUNK(hservice_i2c_write)
CALLBACK_THUNK(hservice_ipmi_msg)
CALLBACK_THUNK(hservice_memory_error)
+ CALLBACK_THUNK(hservice_get_interface_capabilities)
.globl __hinterface_pad
__hinterface_pad:
/* Reserved space for future growth */
- .space 32*8,0
+ .space 31*8,0
.globl __hinterface_end
__hinterface_end:
/* Eye catcher for debugging */
OpenPOWER on IntegriCloud