lkml.org 
[lkml]   [2008]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] [10/36] Add pte_pgprot on i386
    Date

    64bit already had it.

    Needed for later patches.

    Signed-off-by: Andi Kleen <ak@suse.de>
    Acked-by: Jan Beulich <jbeulich@novell.com>

    ---
    include/asm-x86/pgtable.h | 2 ++
    include/asm-x86/pgtable_64.h | 2 --
    2 files changed, 2 insertions(+), 2 deletions(-)

    Index: linux/include/asm-x86/pgtable.h
    ===================================================================
    --- linux.orig/include/asm-x86/pgtable.h
    +++ linux/include/asm-x86/pgtable.h
    @@ -191,6 +191,8 @@ static inline pte_t pte_modify(pte_t pte
    return __pte(val);
    }

    +#define pte_pgprot(x) __pgprot(pte_val(x) & (0xfff | _PAGE_NX))
    +
    #ifdef CONFIG_PARAVIRT
    #include <asm/paravirt.h>
    #else /* !CONFIG_PARAVIRT */
    Index: linux/include/asm-x86/pgtable_64.h
    ===================================================================
    --- linux.orig/include/asm-x86/pgtable_64.h
    +++ linux/include/asm-x86/pgtable_64.h
    @@ -120,8 +120,6 @@ static inline void native_pgd_clear(pgd_

    #define pte_same(a, b) ((a).pte == (b).pte)

    -#define pte_pgprot(a) (__pgprot((a).pte & ~PHYSICAL_PAGE_MASK))
    -
    #endif /* !__ASSEMBLY__ */

    #define PMD_SIZE (_AC(1,UL) << PMD_SHIFT)

    \
     
     \ /
      Last update: 2008-01-16 23:21    [W:7.190 / U:0.056 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site