summaryrefslogtreecommitdiffstats
path: root/src/kernel/taskmgr.C
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-03-05 13:33:08 -0600
committerPatrick Williams <iawillia@us.ibm.com>2011-03-05 13:33:08 -0600
commit4e28e35a01099ebe75a0e69b1fdf32a842fe13d5 (patch)
tree26448d230da3eb87f04977eb9e8c0732e82f0345 /src/kernel/taskmgr.C
parentee7fcf307d92f5ac77847394e718b10d231004e6 (diff)
downloadtalos-hostboot-4e28e35a01099ebe75a0e69b1fdf32a842fe13d5.tar.gz
talos-hostboot-4e28e35a01099ebe75a0e69b1fdf32a842fe13d5.zip
Thread priorities in idle and init spinlock.
Diffstat (limited to 'src/kernel/taskmgr.C')
-rw-r--r--src/kernel/taskmgr.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/taskmgr.C b/src/kernel/taskmgr.C
index 866a00eae..f5aa62ceb 100644
--- a/src/kernel/taskmgr.C
+++ b/src/kernel/taskmgr.C
@@ -8,6 +8,7 @@ void TaskManager::idleTaskLoop(void* unused)
{
while(1)
{
+ setThreadPriorityLow();
}
}
OpenPOWER on IntegriCloud