Commit d1321594 authored by Raptor Engineering Development Team's avatar Raptor Engineering Development Team
Browse files

Set Kestrel service thread to highest priority PREEMPT level

This maintains repsonsiveness of console / IPMI
during the IPL process.
parent 95deb4fb
......@@ -8,7 +8,7 @@
#endif
#if (WITH_ZEPHYR)
#define KESTREL_SERVICE_THREAD_PRIORITY K_PRIO_PREEMPT(CONFIG_NUM_PREEMPT_PRIORITIES - 1)
#define KESTREL_SERVICE_THREAD_PRIORITY K_PRIO_PREEMPT(0)
#endif
#if (WITH_ZEPHYR)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment