Module: xenomai-head
Branch: master
Commit: 8cb864cdfe3b29d91a2a43a59c4dd69012d67c7a
URL:    
http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=8cb864cdfe3b29d91a2a43a59c4dd69012d67c7a

Author: Philippe Gerum <r...@xenomai.org>
Date:   Thu May 28 14:19:14 2009 +0200

Decrease some calibration values due to intrinsic latency reduction

---

 include/asm-blackfin/calibration.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/asm-blackfin/calibration.h 
b/include/asm-blackfin/calibration.h
index 63f0cac..fd8d595 100644
--- a/include/asm-blackfin/calibration.h
+++ b/include/asm-blackfin/calibration.h
@@ -31,9 +31,9 @@ static inline unsigned long xnarch_get_sched_latency (void)
 #define __sched_latency CONFIG_XENO_OPT_TIMING_SCHEDLAT
 #else
 #ifdef CONFIG_BF533
-#define __sched_latency 20000
+#define __sched_latency 15000
 #elif defined(CONFIG_BF537)
-#define __sched_latency 4500
+#define __sched_latency 4800
 #elif defined(CONFIG_BF561)
 #define __sched_latency 3000
 #elif defined(CONFIG_BF54x)


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to