lkml.org 
[lkml]   [2012]   [Jun]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 07/40] autonuma: generic pte_numa() and pmd_numa()
    Date
    Implement generic version of the methods. They're used when
    CONFIG_AUTONUMA=n, and they're a noop.

    Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
    ---
    include/asm-generic/pgtable.h | 12 ++++++++++++
    1 files changed, 12 insertions(+), 0 deletions(-)

    diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h
    index ff4947b..0ff87ec 100644
    --- a/include/asm-generic/pgtable.h
    +++ b/include/asm-generic/pgtable.h
    @@ -530,6 +530,18 @@ static inline int pmd_trans_unstable(pmd_t *pmd)
    #endif
    }

    +#ifndef CONFIG_AUTONUMA
    +static inline int pte_numa(pte_t pte)
    +{
    + return 0;
    +}
    +
    +static inline int pmd_numa(pmd_t pmd)
    +{
    + return 0;
    +}
    +#endif /* CONFIG_AUTONUMA */
    +
    #endif /* CONFIG_MMU */

    #endif /* !__ASSEMBLY__ */

    \
     
     \ /
      Last update: 2012-06-28 15:21    [W:4.031 / U:0.404 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site