• Stuart Menefy's avatar
    sh: vmalloc pgtable sync fix. · 96e14e54
    Stuart Menefy authored
    This fixes a problem in the code which copies the vmalloc portion of the
    kernel's page table into the current user space page table. The addition
    of the four level page table code breaks on folded page tables, because
    the pud level is always present (although folded). This updates the code
    to use the same style of updates for the pud as is used for the pgd
    level.
    Signed-off-by: default avatarStuart Menefy <stuart.menefy@st.com>
    Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
    96e14e54
fault_32.c 7.2 KB