Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113545
b: refs/heads/master
c: 9b658f6
h: refs/heads/master
i:
  113543: 0eaecec
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Oct 13, 2008
1 parent 8826142 commit 7870312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 3c1326f8a6d8b9815ca88c95441330f96eef7352
refs/heads/master: 9b658f6f8bd30b91aec527325e398771511ea61b
6 changes: 2 additions & 4 deletions trunk/arch/x86/kernel/irqinit_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void __init init_ISA_irqs(void)

void init_IRQ(void) __attribute__((weak, alias("native_init_IRQ")));

void __init smp_intr_init(void)
static void __init smp_intr_init(void)
{
#ifdef CONFIG_SMP
/*
Expand Down Expand Up @@ -195,11 +195,9 @@ void __init smp_intr_init(void)
#endif
}

void __init apic_intr_init(void)
static void __init apic_intr_init(void)
{
#ifdef CONFIG_SMP
smp_intr_init();
#endif

alloc_intr_gate(THERMAL_APIC_VECTOR, thermal_interrupt);
alloc_intr_gate(THRESHOLD_APIC_VECTOR, threshold_interrupt);
Expand Down

0 comments on commit 7870312

Please sign in to comment.