From 64c297da4009225d915b2afa812e20bbaab80d3d Mon Sep 17 00:00:00 2001 From: Dean Sanner Date: Mon, 17 Oct 2016 17:20:33 -0500 Subject: Remove nap for HW BU Temporarily remove nap, otherwise can't look at core state Change-Id: Ieb83e703f02c3cb12b35ac9f185c0d42f6b82721 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31376 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/sys/prof/idletask.C | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/sys') diff --git a/src/sys/prof/idletask.C b/src/sys/prof/idletask.C index e59b8b017..26b260113 100644 --- a/src/sys/prof/idletask.C +++ b/src/sys/prof/idletask.C @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2016 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -45,7 +47,8 @@ void* TaskManager::idleTaskLoop(void* unused) asm volatile("li 3, %0; sc" :: "K" (MISC_CPUNAP) : "r3", "cc"); // Execute nap. - nap(); + //@fixme-RTC:xxxxxx nap(); + } return NULL; } -- cgit v1.2.3