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

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

Fix calibration values for known 85xx-based SBCs

---

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

diff --git a/include/asm-powerpc/calibration.h 
b/include/asm-powerpc/calibration.h
index 1a5c72e..47882fc 100644
--- a/include/asm-powerpc/calibration.h
+++ b/include/asm-powerpc/calibration.h
@@ -66,14 +66,14 @@ static inline unsigned long xnarch_get_sched_latency(void)
 #define __sched_latency 4000
 #elif defined(CONFIG_MVME7100)
 #define __sched_latency 1500
+#elif defined(CONFIG_TQM8548)
+#define __sched_latency 500
 /*
  * Check for the most generic configs at the bottom of this list, so
  * that the most specific choices available are picked first.
  */
-#elif defined(CONFIG_MPC8560)
-#define __sched_latency 1600
-#elif defined(CONFIG_MPC8540)
-#define __sched_latency 1800
+#elif defined(CONFIG_MPC85xx)
+#define __sched_latency 1500
 #elif defined(CONFIG_405GPR)
 #define __sched_latency 9000
 #elif defined(CONFIG_PPC_MPC52xx)


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

Reply via email to