Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123232
b: refs/heads/master
c: 39c04b5
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Dec 16, 2008
1 parent d0efed4 commit 0faf0e1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bacbe9994541c70aa3abd1a013ac738e58d4bfb2
refs/heads/master: 39c04b55240342d0742ac48538d3d8c71bfc0a94
5 changes: 3 additions & 2 deletions trunk/arch/x86/kernel/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,10 +834,11 @@ static __init int hpet_late_init(void)

hpet_address = force_hpet_address;
hpet_enable();
if (!hpet_virt_address)
return -ENODEV;
}

if (!hpet_virt_address)
return -ENODEV;

hpet_reserve_platform_timers(hpet_readl(HPET_ID));

for_each_online_cpu(cpu) {
Expand Down

0 comments on commit 0faf0e1

Please sign in to comment.