Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108165
b: refs/heads/master
c: 3c7569b
h: refs/heads/master
i:
  108163: e620d70
v: v3
  • Loading branch information
Eric W. Biederman authored and Ingo Molnar committed Aug 11, 2008
1 parent 76b6806 commit bfafccc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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: d388e5fdc461344d04307a3fa83862b9ed429647
refs/heads/master: 3c7569b284e1be55d086b61a70d9f545326f6d74
10 changes: 9 additions & 1 deletion trunk/include/asm-x86/irq_vectors.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,15 @@
#define LAST_VM86_IRQ 15
#define invalid_vm86_irq(irq) ((irq) < 3 || (irq) > 15)

#if !defined(CONFIG_X86_VOYAGER)
#ifdef CONFIG_X86_64
# 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
# define NR_IRQ_VECTORS NR_IRQS

#elif !defined(CONFIG_X86_VOYAGER)

# if defined(CONFIG_X86_IO_APIC) || defined(CONFIG_PARAVIRT) || defined(CONFIG_X86_VISWS)

Expand Down

0 comments on commit bfafccc

Please sign in to comment.