Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68286
b: refs/heads/master
c: dc47e9d
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 27, 2007
1 parent 3a8d453 commit a31e9c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: f72abd0a4c3298912c03befa41660d03a2e3321d
refs/heads/master: dc47e9dd419df6c73a0c57b47fd8e0742dbe3424
3 changes: 2 additions & 1 deletion trunk/arch/sh/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ config ARCH_SPARSEMEM_DEFAULT
config MAX_ACTIVE_REGIONS
int
default "6" if (CPU_SUBTYPE_SHX3 && SPARSEMEM)
default "2" if (CPU_SUBTYPE_SH7722 && SPARSEMEM)
default "2" if SPARSEMEM && (CPU_SUBTYPE_SH7722 || \
CPU_SUBTYPE_SH7785)
default "1"

config ARCH_POPULATES_NODE_MAP
Expand Down

0 comments on commit a31e9c7

Please sign in to comment.