summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/common')
-rwxr-xr-xsrc/usr/targeting/common/genHwsvMrwXml.pl18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/usr/targeting/common/genHwsvMrwXml.pl b/src/usr/targeting/common/genHwsvMrwXml.pl
index 742f29da4..40a28fa2c 100755
--- a/src/usr/targeting/common/genHwsvMrwXml.pl
+++ b/src/usr/targeting/common/genHwsvMrwXml.pl
@@ -363,6 +363,7 @@ push @systemAttr,
"IVRM_STEP_DELAY_NS", $reqPol->{'ivrm_step_delay_ns'},
"IVRM_STABILIZATION_DELAY_NS", $reqPol->{'ivrm_stabilization_delay_ns'},
"SBE_UPDATE_DISABLE", 0,
+ "SYSTEM_WOF_DISABLE", $reqPol->{'system_wof_disable'},
];
if ($reqPol->{'mss_mrw_refresh_rate_request'} eq 'SINGLE')
@@ -459,23 +460,6 @@ else
push @systemAttr, ['PROC_FABRIC_X_BUS_WIDTH', '4_BYTE'];
}
-#TODO: RTC 177909 / SW397632 -- re-enable once OOM is fixed
-# on ZZ
-#if( exists $reqPol->{'system_wof_disable'} )
-#{
-# push @systemAttr, ['SYSTEM_WOF_DISABLE',
-# $reqPol->{'system_wof_disable'}];
-#}
-#elsif ( exists $reqPol->{'system_wof_enabled'} )
-#{
-# push @systemAttr, ['SYSTEM_WOF_DISABLE',
-# !($reqPol->{'system_wof_enabled'})];
-#}
-#else
-#{
- push @systemAttr, ['SYSTEM_WOF_DISABLE', 'ON' ];
-#}
-
# Note - if below attribute is specified with im-id, it will not get
# set into the output
if( exists $reqPol->{'mss_mrw_interleave_enable'} )
OpenPOWER on IntegriCloud