summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/fapi2/attribute_service.H9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/usr/fapi2/attribute_service.H b/src/include/usr/fapi2/attribute_service.H
index cb54534c3..c7c0df3ab 100644
--- a/src/include/usr/fapi2/attribute_service.H
+++ b/src/include/usr/fapi2/attribute_service.H
@@ -1671,14 +1671,5 @@ fapiToTargeting::ID, sizeof(VAL), &(VAL))
fapi2::platAttrSvc::\
platGetFreqMcaMhz(TARGET, VAL)
-//----------------------------------------------------------------------------
-// MACRO to route ATTR_FREQ_MCA_MHZ access to the correct HB function
-//----------------------------------------------------------------------------
-#define ATTR_FREQ_MCA_MHZ_SETMACRO(ID, TARGET, VAL) \
- AttrOverrideSync::getAttrOverrideFunc(ID, TARGET, &VAL)\
- ? fapi2::ReturnCode() : \
- fapi2::platAttrSvc::\
- platSetFreqMcaMhz(TARGET, VAL)
-
#endif // ATTRIBUTESERVICE_H_
OpenPOWER on IntegriCloud