-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 139963 b: refs/heads/master c: ebafc17 h: refs/heads/master i: 139961: 4560e1b 139959: a1cd24f v: v3
- Loading branch information
Greg Ungerer
committed
Mar 24, 2009
1 parent
f98bb9e
commit c073880
Showing
4 changed files
with
18 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 34055b806a6334624e7e8af6eefc3aee42372a85 | ||
refs/heads/master: ebafc17468d58bd903c886175ca84a4edc69ae1d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
#ifdef __uClinux__ | ||
#include "timex_no.h" | ||
#else | ||
#include "timex_mm.h" | ||
/* | ||
* linux/include/asm-m68k/timex.h | ||
* | ||
* m68k architecture timex specifications | ||
*/ | ||
#ifndef _ASMm68k_TIMEX_H | ||
#define _ASMm68k_TIMEX_H | ||
|
||
#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ | ||
|
||
typedef unsigned long cycles_t; | ||
|
||
static inline cycles_t get_cycles(void) | ||
{ | ||
return 0; | ||
} | ||
|
||
#endif |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.