Module: xenomai-2.6
Branch: master
Commit: 2944bf817ed776868d73931367099e110576418e
URL:    
http://git.xenomai.org/?p=xenomai-2.6.git;a=commit;h=2944bf817ed776868d73931367099e110576418e

Author: Gilles Chanteperdrix <gilles.chanteperd...@xenomai.org>
Date:   Sun Sep 30 16:17:14 2012 +0200

hal/arm: change mx6q calibration value

---

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

diff --git a/include/asm-arm/calibration.h b/include/asm-arm/calibration.h
index 7aa815e..d9dd759 100644
--- a/include/asm-arm/calibration.h
+++ b/include/asm-arm/calibration.h
@@ -41,7 +41,7 @@ static inline unsigned long xnarch_get_sched_latency (void)
 #elif defined(CONFIG_ARCH_MX53)
        return 5000;
 #elif defined(CONFIG_ARCH_MX6)
-       return 5000;
+       return 2000;
 #elif defined(CONFIG_ARCH_OMAP)
        return cpu_is_omap44xx() ? 2500 : 5000;
 #else


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to