Module: xenomai-head Branch: master Commit: 82ab99a3a840dd78c3ed8e5a6555f422420b7827 URL: http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=82ab99a3a840dd78c3ed8e5a6555f422420b7827
Author: Gilles Chanteperdrix <[email protected]> Date: Mon Oct 24 21:21:11 2011 +0200 arm: add calibration values for omap4 and imx53 --- include/asm-arm/calibration.h | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/asm-arm/calibration.h b/include/asm-arm/calibration.h index ffc1db1..7c2aed6 100644 --- a/include/asm-arm/calibration.h +++ b/include/asm-arm/calibration.h @@ -36,10 +36,14 @@ static inline unsigned long xnarch_get_sched_latency (void) return 8500; #elif defined(CONFIG_ARCH_AT91SAM9263) return 11000; -#elif defined(CONFIG_ARCH_OMAP3) - return 5000; #elif defined(CONFIG_ARCH_MX51) return 5000; +#elif defined(CONFIG_ARCH_MX53) + return 5000; +#elif defined(CONFIG_ARCH_OMAP3) + return 5000; +#elif defined(CONFIG_ARCH_OMAP4) + return 4000; #else return 9500; /* XXX sane ? */ #endif _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
