diff options
Diffstat (limited to 'src/sys')
| -rw-r--r-- | src/sys/prof/idletask.C | 7 |
1 files changed, 5 insertions, 2 deletions
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; } |

