Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36002
b: refs/heads/master
c: b4b30a5
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Sep 27, 2006
1 parent b25126e commit 78886b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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: 4d157d5eac29d7d5559fdcabf20f3961bc5cb3e7
refs/heads/master: b4b30a5a0a270e6b3fef88373ad35d235a047fc1
3 changes: 1 addition & 2 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1649,9 +1649,7 @@ config GENERIC_IRQ_PROBE
default y

config IRQ_PER_CPU
depends on SMP
bool
default y

#
# - Highmem only makes sense for the 32-bit kernel.
Expand Down Expand Up @@ -1719,6 +1717,7 @@ source "mm/Kconfig"
config SMP
bool "Multi-Processing support"
depends on SYS_SUPPORTS_SMP
select IRQ_PER_CPU
help
This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/asm-mips/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,4 @@ extern int setup_irq_smtc(unsigned int irq, struct irqaction * new,
unsigned long hwmask);
#endif /* CONFIG_MIPS_MT_SMTC */

#ifdef CONFIG_SMP
#define ARCH_HAS_IRQ_PER_CPU
#endif

#endif /* _ASM_IRQ_H */

0 comments on commit 78886b8

Please sign in to comment.