Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118533
b: refs/heads/master
c: 7db282f
h: refs/heads/master
i:
  118531: 6f60709
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Nov 6, 2008
1 parent 87b033c commit 6536a81
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: da85f865b1dcec0853c48b763ed312441ce0c7df
refs/heads/master: 7db282fa67b58daff8a57f9e1c93d4474b5908ff
6 changes: 3 additions & 3 deletions trunk/arch/x86/include/asm/irq_vectors.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,18 @@
#define LAST_VM86_IRQ 15
#define invalid_vm86_irq(irq) ((irq) < 3 || (irq) > 15)

#if defined(CONFIG_X86_IO_APIC) && !defined(CONFIG_PARAVIRT) && !defined(CONFIG_X86_VISWS) && !defined(CONFIG_X86_VOYAGER)
#if defined(CONFIG_X86_IO_APIC) && !defined(CONFIG_X86_VOYAGER)
# if NR_CPUS < MAX_IO_APICS
# define NR_IRQS (NR_VECTORS + (32 * NR_CPUS))
# else
# define NR_IRQS (NR_VECTORS + (32 * MAX_IO_APICS))
# endif

#elif defined(CONFIG_PARAVIRT) || defined(CONFIG_X86_VISWS) || defined(CONFIG_X86_VOYAGER)
#elif defined(CONFIG_X86_VOYAGER)

# define NR_IRQS 224

#else /* IO_APIC || PARAVIRT */
#else /* IO_APIC || VOYAGER */

# define NR_IRQS 16

Expand Down

0 comments on commit 6536a81

Please sign in to comment.