Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232129
b: refs/heads/master
c: 2604362
h: refs/heads/master
i:
  232127: b9363e8
v: v3
  • Loading branch information
Thomas Gleixner committed Jan 21, 2011
1 parent 5167a91 commit 8037070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 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: 72e73af1f6546ba08d9314ac0e99dcdb06b7d486
refs/heads/master: 2604362b2671cef309f6023e6bea0cec52ee993b
24 changes: 3 additions & 21 deletions trunk/arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,12 @@ config GENERIC_TIME_VSYSCALL
config GENERIC_CLOCKEVENTS
def_bool y

config GENERIC_HARDIRQS
bool
default y

config HAVE_SETUP_PER_CPU_AREA
def_bool PPC64

config NEED_PER_CPU_EMBED_FIRST_CHUNK
def_bool PPC64

config IRQ_PER_CPU
bool
default y

config NR_IRQS
int "Number of virtual interrupt numbers"
range 32 32768
Expand Down Expand Up @@ -139,6 +131,9 @@ config PPC
select HAVE_PERF_EVENTS
select HAVE_REGS_AND_STACK_ACCESS_API
select HAVE_HW_BREAKPOINT if PERF_EVENTS && PPC_BOOK3S_64
select HAVE_GENERIC_HARDIRQS
select HAVE_SPARSE_IRQ
select IRQ_PER_CPU

config EARLY_PRINTK
bool
Expand Down Expand Up @@ -388,19 +383,6 @@ config IRQ_ALL_CPUS
CPU. Generally saying Y is safe, although some problems have been
reported with SMP Power Macintoshes with this option enabled.

config SPARSE_IRQ
bool "Support sparse irq numbering"
default n
help
This enables support for sparse irqs. This is useful for distro
kernels that want to define a high CONFIG_NR_CPUS value but still
want to have low kernel memory footprint on smaller machines.

( Sparse IRQs can also be beneficial on NUMA boxes, as they spread
out the irq_desc[] array in a more NUMA-friendly way. )

If you don't know what to do here, say N.

config NUMA
bool "NUMA support"
depends on PPC64
Expand Down

0 comments on commit 8037070

Please sign in to comment.