Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264637
b: refs/heads/master
c: 1b56b17
h: refs/heads/master
i:
  264635: 3f8c9b0
v: v3
  • Loading branch information
Linus Walleij authored and Russell King committed Oct 17, 2011
1 parent eca6c1a commit 1cb800f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: a7b0ab5bd0459253aa5efba445969ba5200104de
refs/heads/master: 1b56b17f9903b6a17b8bb8d72d885f6d12b4d597
12 changes: 0 additions & 12 deletions trunk/arch/arm/mach-integrator/integrator_ap.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,18 +320,6 @@ static void __init ap_init(void)
#define TIMER1_VA_BASE IO_ADDRESS(INTEGRATOR_TIMER1_BASE)
#define TIMER2_VA_BASE IO_ADDRESS(INTEGRATOR_TIMER2_BASE)

/*
* How long is the timer interval?
*/
#define TIMER_INTERVAL (TICKS_PER_uSEC * mSEC_10)
#if TIMER_INTERVAL >= 0x100000
#define TICKS2USECS(x) (256 * (x) / TICKS_PER_uSEC)
#elif TIMER_INTERVAL >= 0x10000
#define TICKS2USECS(x) (16 * (x) / TICKS_PER_uSEC)
#else
#define TICKS2USECS(x) ((x) / TICKS_PER_uSEC)
#endif

static unsigned long timer_reload;

static void integrator_clocksource_init(u32 khz)
Expand Down

0 comments on commit 1cb800f

Please sign in to comment.