Module: xenomai-forge
Branch: master
Commit: 1e5501a6516d5771b4902e9f33d86b16ef89597f
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=1e5501a6516d5771b4902e9f33d86b16ef89597f

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

cobalt/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 2894d42..249e971 100644
--- a/include/asm-arm/calibration.h
+++ b/include/asm-arm/calibration.h
@@ -37,7 +37,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