Skip to content

Commit

Permalink
Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Feb 4, 2006
2 parents 27266a1 + 68ee3eb commit 89a2fa5
Show file tree
Hide file tree
Showing 40 changed files with 904 additions and 328 deletions.
20 changes: 13 additions & 7 deletions arch/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,20 @@ config HOTPLUG_CPU
default y if SMP
select HOTPLUG

config ARCH_SELECT_MEMORY_MODEL
def_bool y
depends on 64BIT

config ARCH_DISCONTIGMEM_ENABLE
bool "Discontiguous memory support (EXPERIMENTAL)"
depends on 64BIT && EXPERIMENTAL
help
Say Y to support efficient handling of discontiguous physical memory,
for architectures which are either NUMA (Non-Uniform Memory Access)
or have huge holes in the physical address space for other reasons.
See <file:Documentation/vm/numa> for more.
def_bool y
depends on 64BIT

config ARCH_FLATMEM_ENABLE
def_bool y

config ARCH_DISCONTIGMEM_DEFAULT
def_bool y
depends on ARCH_DISCONTIGMEM_ENABLE

source "kernel/Kconfig.hz"
source "mm/Kconfig"
Expand Down
10 changes: 10 additions & 0 deletions arch/parisc/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,14 @@ config DEBUG_RWLOCK
too many attempts. If you suspect a rwlock problem or a kernel
hacker asks for this option then say Y. Otherwise say N.

config DEBUG_RODATA
bool "Write protect kernel read-only data structures"
depends on DEBUG_KERNEL
help
Mark the kernel read-only data as write-protected in the pagetables,
in order to catch accidental (and incorrect) writes to such const
data. This option may have a slight performance impact because a
portion of the kernel code won't be covered by a TLB anymore.
If in doubt, say "N".

endmenu
Loading

0 comments on commit 89a2fa5

Please sign in to comment.