Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169873
b: refs/heads/master
c: ce6b5d7
h: refs/heads/master
i:
  169871: 67da75e
v: v3
  • Loading branch information
Yong Wang authored and Ingo Molnar committed Nov 11, 2009
1 parent 9a065bf commit fc0663d
Show file tree
Hide file tree
Showing 2 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: a2202aa29289db64ca7988b12343158b67b27f10
refs/heads/master: ce6b5d768c79b9d5dd6345c033bae781d5ca9b8e
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/cpu/mcheck/therm_throt.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ asmlinkage void smp_thermal_interrupt(struct pt_regs *regs)
ack_APIC_irq();
}

void mcheck_intel_therm_init(void)
void __init mcheck_intel_therm_init(void)
{
/*
* This function is only called on boot CPU. Save the init thermal
Expand All @@ -268,7 +268,7 @@ void mcheck_intel_therm_init(void)
lvtthmr_init = apic_read(APIC_LVTTHMR);
}

void intel_init_thermal(struct cpuinfo_x86 *c)
void __init intel_init_thermal(struct cpuinfo_x86 *c)
{
unsigned int cpu = smp_processor_id();
int tm2 = 0;
Expand Down

0 comments on commit fc0663d

Please sign in to comment.