Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3227
b: refs/heads/master
c: a13db56
h: refs/heads/master
i:
  3225: 3b8311c
  3223: ba50b04
v: v3
  • Loading branch information
Shaohua Li authored and Linus Torvalds committed Jun 25, 2005
1 parent 09349e5 commit 864c80e
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 1249c5138f573890eae0c01f13d627094edcd55c
refs/heads/master: a13db56624c2a9d6c0dae0a693b25b0e58de9ea3
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/time_hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static void hpet_writel(unsigned long d, unsigned long a)
* comparator value and continue. Next tick can be caught by checking
* for a change in the comparator value. Used in apic.c.
*/
static void __init wait_hpet_tick(void)
static void __devinit wait_hpet_tick(void)
{
unsigned int start_cmp_val, end_cmp_val;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/timers/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ unsigned long calibrate_tsc(void)
#define CALIBRATE_CNT_HPET (5 * hpet_tick)
#define CALIBRATE_TIME_HPET (5 * KERNEL_TICK_USEC)

unsigned long __init calibrate_tsc_hpet(unsigned long *tsc_hpet_quotient_ptr)
unsigned long __devinit calibrate_tsc_hpet(unsigned long *tsc_hpet_quotient_ptr)
{
unsigned long tsc_startlow, tsc_starthigh;
unsigned long tsc_endlow, tsc_endhigh;
Expand Down

0 comments on commit 864c80e

Please sign in to comment.