Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201415
b: refs/heads/master
c: c1b2d97
h: refs/heads/master
i:
  201413: 4c66fe7
  201411: f19fcbd
  201407: c53f26c
v: v3
  • Loading branch information
Magnus Damm authored and Russell King committed Jul 9, 2010
1 parent ba1c448 commit 824529c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 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: 5aaf254409f8d58229107b59507a8235b715a960
refs/heads/master: c1b2d9704c77ddaec46d5d681e1360ac40268743
21 changes: 16 additions & 5 deletions trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1031,11 +1031,6 @@ endmenu

source "arch/arm/common/Kconfig"

config FORCE_MAX_ZONEORDER
int
depends on SA1111
default "9"

menu "Bus support"

config ARM_AMBA
Expand Down Expand Up @@ -1304,6 +1299,22 @@ config SPARSE_IRQ

source "mm/Kconfig"

config FORCE_MAX_ZONEORDER
int "Maximum zone order" if ARCH_SHMOBILE
range 11 64 if ARCH_SHMOBILE
default "9" if SA1111
default "11"
help
The kernel memory allocator divides physically contiguous memory
blocks into "zones", where each zone is a power of two number of
pages. This option selects the largest power of two that the kernel
keeps in the memory allocator. If you need to allocate very large
blocks of physically contiguous memory, then you may need to
increase this value.

This config option is actually maximum order plus one. For example,
a value of 11 means that the largest free memory block is 2^10 pages.

config LEDS
bool "Timer and CPU usage LEDs"
depends on ARCH_CDB89712 || ARCH_EBSA110 || \
Expand Down

0 comments on commit 824529c

Please sign in to comment.