Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1ce7ddd5f4cc754b6afe9eec5cee89ede75348ea
Commit:     1ce7ddd5f4cc754b6afe9eec5cee89ede75348ea
Parent:     a361a68bc510b91b50462433cfa65c6b620a80c3
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Wed May 9 13:20:52 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Wed May 9 13:20:52 2007 +0900

    sh: Truncate MAX_ACTIVE_REGIONS for the common case.
    
    Most SH platforms aren't going to need more than a single active
    region, ones that need more can pad this out as necessary.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/mm/Kconfig |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig
index b773361..253346d 100644
--- a/arch/sh/mm/Kconfig
+++ b/arch/sh/mm/Kconfig
@@ -303,6 +303,10 @@ config NODES_SHIFT
 config ARCH_FLATMEM_ENABLE
        def_bool y
 
+config MAX_ACTIVE_REGIONS
+       int
+       default "1"
+
 config ARCH_POPULATES_NODE_MAP
        def_bool y
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to