Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162665
b: refs/heads/master
c: 2756730
h: refs/heads/master
i:
  162663: 6434c47
v: v3
  • Loading branch information
Philippe De Muyter authored and Greg Ungerer committed Sep 15, 2009
1 parent 12289bf commit 6ae727b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14c16db3906ba9453e9c786323f872e11fd0f48d
refs/heads/master: 2756730b798e4f1f8343cf034c33cc730ae3a5d4
17 changes: 15 additions & 2 deletions trunk/arch/m68k/include/asm/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,23 @@
*
* m68k architecture timex specifications
*/
#ifndef _ASMm68k_TIMEX_H
#define _ASMm68k_TIMEX_H
#ifndef _ASMm68K_TIMEX_H
#define _ASMm68K_TIMEX_H

#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

typedef unsigned long cycles_t;

Expand Down

0 comments on commit 6ae727b

Please sign in to comment.