summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/sbemain.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/sbemain.C')
-rw-r--r--src/sbefw/core/sbemain.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sbefw/core/sbemain.C b/src/sbefw/core/sbemain.C
index 327c3339..9bcc53e0 100644
--- a/src/sbefw/core/sbemain.C
+++ b/src/sbefw/core/sbemain.C
@@ -226,7 +226,7 @@ int sbeInitThreads(void)
(void *)0,
(PkAddress)sbeSyncCommandProcessor_stack,
SBE_THREAD_SYNC_CMD_PROC_STACK_SIZE,
- THREAD_PRIORITY_7);
+ THREAD_PRIORITY_6);
if (l_rc)
{
break;
@@ -238,7 +238,7 @@ int sbeInitThreads(void)
(void *)0,
(PkAddress)sbeAsyncCommandProcessor_stack,
SBE_THREAD_ASYNC_CMD_PROC_STACK_SIZE,
- THREAD_PRIORITY_6);
+ THREAD_PRIORITY_7);
if (l_rc)
{
break;
OpenPOWER on IntegriCloud