summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/tod_init
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2013-09-24 11:03:02 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-12 14:51:14 -0500
commit4e536844c21b0ab7c256e49c63e8e9520c9e1d19 (patch)
tree03fa743c3e3f5c00cf1d44a936a3c92c7673b48c /src/usr/hwpf/hwp/tod_init
parenteffbdc22da60af7ae67f69005f63a6a6e4db773d (diff)
downloadtalos-hostboot-4e536844c21b0ab7c256e49c63e8e9520c9e1d19.tar.gz
talos-hostboot-4e536844c21b0ab7c256e49c63e8e9520c9e1d19.zip
Hardware Reconfigure loop and Istepdispatcher redesign
Change-Id: Icc037be6b0eac67d1b5196180f8a53f083afa085 RTC: 34055 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6324 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/tod_init')
-rw-r--r--src/usr/hwpf/hwp/tod_init/tod_init.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/tod_init/tod_init.C b/src/usr/hwpf/hwp/tod_init/tod_init.C
index 0140d17ff..3f7ea8290 100644
--- a/src/usr/hwpf/hwp/tod_init/tod_init.C
+++ b/src/usr/hwpf/hwp/tod_init/tod_init.C
@@ -52,7 +52,7 @@ void * call_tod_setup(void *dummy)
{
errlHndl_t l_errl;
- if (INITSERVICE::spLess())
+ if (!INITSERVICE::spBaseServicesEnabled())
{
l_errl = TodSvc::getTheInstance().todSetup();
@@ -70,7 +70,7 @@ void * call_tod_init(void *dummy)
{
errlHndl_t l_errl;
- if (INITSERVICE::spLess())
+ if (!INITSERVICE::spBaseServicesEnabled())
{
l_errl = TodSvc::getTheInstance().todInit();
OpenPOWER on IntegriCloud