Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116411
b: refs/heads/master
c: bfea123
h: refs/heads/master
i:
  116409: f5ed6f8
  116407: 44fe7fa
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Oct 16, 2008
1 parent 5927e07 commit b15c25d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 71f521bbaf375b685aeea20c6b0ed8600cd6edfe
refs/heads/master: bfea1238beac9d306eeac081c67de5ca6aec4c7a
9 changes: 0 additions & 9 deletions trunk/include/asm-x86/irq_vectors.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,31 +116,22 @@
# 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)

# define NR_IRQS 224

# if (224 >= 32 * NR_CPUS)
# define NR_IRQ_VECTORS NR_IRQS
# else
# define NR_IRQ_VECTORS (32 * NR_CPUS)
# endif

# else /* IO_APIC || PARAVIRT */

# define NR_IRQS 16
# define NR_IRQ_VECTORS NR_IRQS

# endif

#else /* !VISWS && !VOYAGER */

# define NR_IRQS 224
# define NR_IRQ_VECTORS NR_IRQS

#endif /* VISWS */

Expand Down

0 comments on commit b15c25d

Please sign in to comment.