changeset 234:0faa72eaedcb

give FCBM task a more carefully chosen priority
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 May 2021 10:19:15 +0000
parents eacfad198b8b
children ee04ca45053d
files src/cs/riviera/rvm/rvm_ext_priorities.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/cs/riviera/rvm/rvm_ext_priorities.h	Sat May 01 10:17:16 2021 +0000
+++ b/src/cs/riviera/rvm/rvm_ext_priorities.h	Sat May 01 10:19:15 2021 +0000
@@ -52,7 +52,6 @@
 #define		RVM_BTA_TASK_PRIORITY	(248) /* rl: was 200 */
 #define		RVM_BTH_TASK_PRIORITY	(200)
 
-#define		RVM_FCBM_TASK_PRIORITY	(250)
+#define		RVM_FCBM_TASK_PRIORITY	(238)
 
 #endif /* __RVM_EXT_PRIORITIES_H_ */
-