lkml.org 
[lkml]   [2019]   [Nov]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 02/13] arm: nommu: use pgtable-nopud instead of 4level-fixup
    Date
    From: Mike Rapoport <rppt@linux.ibm.com>

    The generic nommu implementation of page table manipulation takes care of
    folding of the upper levels and does not require fixups.

    Simply replace of include/asm-generic/4level-fixup.h with
    include/asm-generic/pgtable-nopud.h.

    Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
    Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
    ---
    arch/arm/include/asm/pgtable.h | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/include/asm/pgtable.h b/arch/arm/include/asm/pgtable.h
    index 3ae120c..eabcb48 100644
    --- a/arch/arm/include/asm/pgtable.h
    +++ b/arch/arm/include/asm/pgtable.h
    @@ -12,7 +12,7 @@

    #ifndef CONFIG_MMU

    -#include <asm-generic/4level-fixup.h>
    +#include <asm-generic/pgtable-nopud.h>
    #include <asm/pgtable-nommu.h>

    #else
    --
    2.7.4
    \
     
     \ /
      Last update: 2019-11-05 08:16    [W:2.918 / U:0.156 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site