#ifdef CONFIG_COLDFIRE /* * CLOCK_TICK_RATE should give the underlying frequency of the tick timer * to make ntp work best. For Coldfires, that's the main clock.
*/ #include <asm/coldfire.h> #define CLOCK_TICK_RATE MCF_CLK #else /* * This default CLOCK_TICK_RATE is probably wrong for many 68k boards * Users of those boards will need to check and modify accordingly
*/ #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.