Module: xenomai-2.4
Branch: master
Commit: 11857f78a3fcb7c48e28e792276ec3840f07ecdf
URL:    
http://git.xenomai.org/?p=xenomai-2.4.git;a=commit;h=11857f78a3fcb7c48e28e792276ec3840f07ecdf

Author: Philippe Gerum <r...@xenomai.org>
Date:   Wed Jun 17 00:00:47 2009 +0200

Unify calibration values for PA-Semi

---

 include/asm-powerpc/calibration.h |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/include/asm-powerpc/calibration.h 
b/include/asm-powerpc/calibration.h
index 57c2160..b427cea 100644
--- a/include/asm-powerpc/calibration.h
+++ b/include/asm-powerpc/calibration.h
@@ -35,11 +35,7 @@ static inline unsigned long xnarch_get_sched_latency(void)
 
 
 #if defined(CONFIG_PPC_PASEMI)
-#ifdef CONFIG_SMP
-#define __sched_latency 5000
-#else
-#define __sched_latency 3000
-#endif
+#define __sched_latency 1000
 #elif defined(CONFIG_WALNUT)
 #define __sched_latency 11000
 #elif defined(CONFIG_BUBINGA)


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

Reply via email to