• Andrew Morton's avatar
    [PATCH] ppc64: uninline __pte_free_tlb() · fab177a4
    Andrew Morton authored
    The pgalloc.h changes broke ppc64:
    
    In file included from include/asm-generic/tlb.h:18,
                     from include/asm/tlb.h:24,
                     from arch/ppc64/mm/hash_utils.c:48:
    include/asm/pgalloc.h: In function `__pte_free_tlb':
    include/asm/pgalloc.h:110: dereferencing pointer to incomplete type
    include/asm/pgalloc.h:111: dereferencing pointer to incomplete type
    
    Uninlining __pte_free_tlb() fixes that.
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    fab177a4
tlb.c 4.76 KB