Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234681
b: refs/heads/master
c: abb0052
h: refs/heads/master
i:
  234679: 174d32d
v: v3
  • Loading branch information
Thomas Gleixner committed Feb 23, 2011
1 parent a80c185 commit f79dc1f
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 710dcda64369e3f3704a0eee502ce27dbf9fedc1
refs/heads/master: abb0052289e58140d933b29491f59e4be0a19727
4 changes: 4 additions & 0 deletions trunk/arch/x86/include/asm/io_apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ struct IR_IO_APIC_route_entry {
index : 15;
} __attribute__ ((packed));

#define IOAPIC_AUTO -1
#define IOAPIC_EDGE 0
#define IOAPIC_LEVEL 1

#ifdef CONFIG_X86_IO_APIC

/*
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1216,10 +1216,6 @@ void __setup_vector_irq(int cpu)
static struct irq_chip ioapic_chip;
static struct irq_chip ir_ioapic_chip;

#define IOAPIC_AUTO -1
#define IOAPIC_EDGE 0
#define IOAPIC_LEVEL 1

#ifdef CONFIG_X86_32
static inline int IO_APIC_irq_trigger(int irq)
{
Expand Down

0 comments on commit f79dc1f

Please sign in to comment.