Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64673
b: refs/heads/master
c: 3b2b64f
h: refs/heads/master
i:
  64671: d9d0e65
v: v3
  • Loading branch information
Linus Torvalds committed Sep 1, 2007
1 parent 707fe72 commit 1ae8308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 618a821dc24a4018b0c5c01785d052459a90edb4
refs/heads/master: 3b2b64fd311c92f2137eb7cee7025794cd854057
3 changes: 3 additions & 0 deletions trunk/drivers/char/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,8 @@ int hpet_alloc(struct hpet_data *hdp)

hpetp->hp_delta = hpet_calibrate(hpetp);

/* This clocksource driver currently only works on ia64 */
#ifdef CONFIG_IA64
if (!hpet_clocksource) {
hpet_mctr = (void __iomem *)&hpetp->hp_hpet->hpet_mc;
CLKSRC_FSYS_MMIO_SET(clocksource_hpet.fsys_mmio, hpet_mctr);
Expand All @@ -918,6 +920,7 @@ int hpet_alloc(struct hpet_data *hdp)
hpetp->hp_clocksource = &clocksource_hpet;
hpet_clocksource = &clocksource_hpet;
}
#endif

return 0;
}
Expand Down

0 comments on commit 1ae8308

Please sign in to comment.