Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116472
b: refs/heads/master
c: 457cc52
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Oct 16, 2008
1 parent 3ad920f commit 5483f45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 89c38c2867ebe37c4c5aee23e7fa1bffb025b171
refs/heads/master: 457cc52d4670bcf1470606a108bbf35aac28eb7f
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ static void lapic_timer_broadcast(cpumask_t mask)
* Setup the local APIC timer for this CPU. Copy the initilized values
* of the boot CPU and register the clock event in the framework.
*/
static void __devinit setup_APIC_timer(void)
static void __cpuinit setup_APIC_timer(void)
{
struct clock_event_device *levt = &__get_cpu_var(lapic_events);

Expand Down Expand Up @@ -652,7 +652,7 @@ void __init setup_boot_APIC_clock(void)
setup_APIC_timer();
}

void __devinit setup_secondary_APIC_clock(void)
void __cpuinit setup_secondary_APIC_clock(void)
{
setup_APIC_timer();
}
Expand Down Expand Up @@ -1713,7 +1713,7 @@ static struct sys_device device_lapic = {
.cls = &lapic_sysclass,
};

static void __devinit apic_pm_activate(void)
static void __cpuinit apic_pm_activate(void)
{
apic_pm_state.active = 1;
}
Expand Down

0 comments on commit 5483f45

Please sign in to comment.