Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145599
b: refs/heads/master
c: 47f16ca
h: refs/heads/master
i:
  145597: 11ba456
  145595: af8ab14
  145591: 40bc339
  145583: 3bd2342
  145567: f8fa893
  145535: 3152019
v: v3
  • Loading branch information
Ingo Molnar committed Apr 10, 2009
1 parent f14bbec commit e2c7476
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: abdb5a5713330e17dfe91ab0d3e29c4744d95162
refs/heads/master: 47f16ca7631f9c6bad8e6d968cfb1433029b09ec
8 changes: 8 additions & 0 deletions trunk/arch/x86/kernel/irqinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <linux/timex.h>
#include <linux/slab.h>
#include <linux/random.h>
#include <linux/kprobes.h>
#include <linux/init.h>
#include <linux/kernel_stat.h>
#include <linux/sysdev.h>
Expand Down Expand Up @@ -195,6 +196,13 @@ static void __init apic_intr_init(void)
/* IPI vectors for APIC spurious and error interrupts */
alloc_intr_gate(SPURIOUS_APIC_VECTOR, spurious_interrupt);
alloc_intr_gate(ERROR_APIC_VECTOR, error_interrupt);

/* Performance monitoring interrupts: */
# ifdef CONFIG_PERF_COUNTERS
alloc_intr_gate(LOCAL_PERF_VECTOR, perf_counter_interrupt);
alloc_intr_gate(LOCAL_PENDING_VECTOR, perf_pending_interrupt);
# endif

#endif

#ifdef CONFIG_X86_32
Expand Down

0 comments on commit e2c7476

Please sign in to comment.