Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283157
b: refs/heads/master
c: 9d0ced0
h: refs/heads/master
i:
  283155: 5d2517a
v: v3
  • Loading branch information
Michal Simek committed Jan 5, 2012
1 parent 77972d7 commit 740a0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2ecb899b4e568afd9e659e80dcd10feb50e4b1dd
refs/heads/master: 9d0ced0084d8ae38883cc688ace8a9a4350d6bc9
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ void __init time_init(void)

timer_baseaddr = be32_to_cpup(of_get_property(timer, "reg", NULL));
timer_baseaddr = (unsigned long) ioremap(timer_baseaddr, PAGE_SIZE);
irq = be32_to_cpup(of_get_property(timer, "interrupts", NULL));
irq = irq_of_parse_and_map(timer, 0);
timer_num = be32_to_cpup(of_get_property(timer,
"xlnx,one-timer-only", NULL));
if (timer_num) {
Expand Down

0 comments on commit 740a0dc

Please sign in to comment.