Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163730
b: refs/heads/master
c: dd0a70c
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Aug 31, 2009
1 parent 4c97881 commit a47da41
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: 2d826404f0bdcac2a4dd7e3c446b70d6a3b63b78
refs/heads/master: dd0a70c8f921708eba29ef9f30dde1f14a74af05
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ void __init hpet_time_init(void)
static void x86_late_time_init(void)
{
x86_init.timers.timer_init();
tsc_init();
}

/*
Expand All @@ -116,6 +117,5 @@ static void x86_late_time_init(void)
*/
void __init time_init(void)
{
tsc_init();
late_time_init = x86_late_time_init;
}

0 comments on commit a47da41

Please sign in to comment.