• David S. Miller's avatar
    sparc64: Handle hugepage TSB being NULL. · bcd896ba
    David S. Miller authored
    Accomodate the possibility that the TSB might be NULL at
    the point that update_mmu_cache() is invoked.  This is
    necessary because we will sometimes need to defer the TSB
    allocation to the first fault that happens in the 'mm'.
    
    Seperate out the hugepage PTE test into a seperate function
    so that the logic is clearer.
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    bcd896ba
init_64.c 66.9 KB