Module: xenomai-head Branch: master Commit: 46ed0d1331950dee60be94b85d1c9e556de07bf3 URL: http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=46ed0d1331950dee60be94b85d1c9e556de07bf3
Author: Philippe Gerum <[email protected]> Date: Sat Dec 11 19:24:59 2010 +0100 powerpc: add calibration value for lwmon5 (44xFP) --- 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 0f49e02..e549212 100644 --- a/include/asm-powerpc/calibration.h +++ b/include/asm-powerpc/calibration.h @@ -46,6 +46,8 @@ static inline unsigned long xnarch_get_sched_latency(void) #define __sched_latency 8000 #elif defined(CONFIG_SEQUOIA) #define __sched_latency 3000 +#elif defined(CONFIG_LWMON5) +#define __sched_latency 2800 #elif defined(CONFIG_OCOTEA) #define __sched_latency 2700 #elif defined(CONFIG_BAMBOO) _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
