Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182195
b: refs/heads/master
c: 1a0caf4
h: refs/heads/master
i:
  182193: 4c15f92
  182191: 278ceb5
v: v3
  • Loading branch information
Julia Lawall authored and Geert Uytterhoeven committed Feb 27, 2010
1 parent f2ca979 commit fa68a3b
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: eb054e3b3d531e311e9a34b902fe29247b00f724
refs/heads/master: 1a0caf41c061868eff05a054ff2b0ffe26baf4e0
2 changes: 1 addition & 1 deletion trunk/arch/m68k/amiga/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ static void __init amiga_sched_init(irq_handler_t timer_routine)
static struct resource sched_res = {
.name = "timer", .start = 0x00bfd400, .end = 0x00bfd5ff,
};
jiffy_ticks = (amiga_eclock+HZ/2)/HZ;
jiffy_ticks = DIV_ROUND_CLOSEST(amiga_eclock, HZ);

if (request_resource(&mb_resources._ciab, &sched_res))
printk("Cannot allocate ciab.ta{lo,hi}\n");
Expand Down

0 comments on commit fa68a3b

Please sign in to comment.