Module: xenomai-head Branch: master Commit: b9bd90848ae56b48f6c5ea60754d788a8d70052e URL: http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=b9bd90848ae56b48f6c5ea60754d788a8d70052e
Author: Philippe Gerum <[email protected]> Date: Sun Apr 10 18:23:13 2011 +0200 powerpc: update calibration for 85xx --- include/asm-powerpc/calibration.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/asm-powerpc/calibration.h b/include/asm-powerpc/calibration.h index 492f800..14019ce 100644 --- a/include/asm-powerpc/calibration.h +++ b/include/asm-powerpc/calibration.h @@ -86,8 +86,8 @@ static inline unsigned long xnarch_get_sched_latency(void) * Check for the most generic configs at the bottom of this list, so * that the most specific choices available are picked first. */ -#elif defined(CONFIG_MPC85xx) -#define __sched_latency 1500 +#elif defined(CONFIG_MPC85xx) || defined(CONFIG_PPC_85xx) +#define __sched_latency 1000 #elif defined(CONFIG_405GPR) #define __sched_latency 9000 #elif defined(CONFIG_PPC_MPC52xx) _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
