lkml.org 
[lkml]   [2006]   [Jan]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 17/17] [PATCH] arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K dependencies
    -stable review patch.  If anyone has any objections, please let us know.
    ------------------

    This patch fixes a typo in the dependencies of HUGETLB_PAGE_SIZE_64K.

    This bug was reported by Jean-Luc Leger <reiga@dspnet.fr.eu.org>.

    Signed-off-by: Adrian Bunk <bunk@stusta.de>
    Signed-off-by: Chris Wright <chrisw@sous-sol.org>
    ---
    arch/sparc64/Kconfig | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- linux-2.6.15.y.orig/arch/sparc64/Kconfig
    +++ linux-2.6.15.y/arch/sparc64/Kconfig
    @@ -179,7 +179,7 @@ config HUGETLB_PAGE_SIZE_512K
    bool "512K"

    config HUGETLB_PAGE_SIZE_64K
    - depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512K
    + depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB
    bool "64K"

    endchoice
    --
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-01-13 04:25    [W:4.280 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site