Module: xenomai-head Branch: master Commit: 47586ce140aff390e7e122ed4e1b9353a2467624 URL: http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=47586ce140aff390e7e122ed4e1b9353a2467624
Author: Philippe Gerum <[email protected]> Date: Wed May 13 02:27:17 2009 +0200 Add calibration default for Emerson's MVME7100 SBC (MPC8641D) --- include/asm-powerpc/calibration.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/asm-powerpc/calibration.h b/include/asm-powerpc/calibration.h index 76da2ad..1a5c72e 100644 --- a/include/asm-powerpc/calibration.h +++ b/include/asm-powerpc/calibration.h @@ -64,6 +64,8 @@ static inline unsigned long xnarch_get_sched_latency(void) #define __sched_latency 2900 #elif defined(CONFIG_MPC5121_ADS) #define __sched_latency 4000 +#elif defined(CONFIG_MVME7100) +#define __sched_latency 1500 /* * Check for the most generic configs at the bottom of this list, so * that the most specific choices available are picked first. _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
