Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 46 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: 34055b806a6334624e7e8af6eefc3aee42372a85
refs/heads/master: ebafc17468d58bd903c886175ca84a4edc69ae1d
21 changes: 17 additions & 4 deletions trunk/arch/m68k/include/asm/timex.h
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
18 changes: 0 additions & 18 deletions trunk/arch/m68k/include/asm/timex_mm.h

This file was deleted.

23 changes: 0 additions & 23 deletions trunk/arch/m68k/include/asm/timex_no.h

This file was deleted.

0 comments on commit c073880

Please sign in to comment.