Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272632
b: refs/heads/master
c: 75d7116
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson committed Oct 13, 2011
1 parent 7c43c75 commit a89ff1e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e748b7310f281d7bc739fcc8e8f71a8ac00614d7
refs/heads/master: 75d711662f02ad850f28507c0231cdce8fe075af
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-tegra/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ static struct timespec persistent_ts;
static u64 persistent_ms, last_persistent_ms;

#define timer_writel(value, reg) \
__raw_writel(value, (u32)timer_reg_base + (reg))
__raw_writel(value, timer_reg_base + (reg))
#define timer_readl(reg) \
__raw_readl((u32)timer_reg_base + (reg))
__raw_readl(timer_reg_base + (reg))

static int tegra_timer_set_next_event(unsigned long cycles,
struct clock_event_device *evt)
Expand Down

0 comments on commit a89ff1e

Please sign in to comment.