• Will Deacon's avatar
    arm64: mm: EXPORT vabits_user to modules · 4a1daf29
    Will Deacon authored
    TASK_SIZE is defined using the vabits_user variable for 64-bit tasks,
    so ensure that this variable is exported to modules to avoid the
    following build breakage with allmodconfig:
    
     | ERROR: "vabits_user" [lib/test_user_copy.ko] undefined!
     | ERROR: "vabits_user" [drivers/misc/lkdtm/lkdtm.ko] undefined!
     | ERROR: "vabits_user" [drivers/infiniband/hw/mlx5/mlx5_ib.ko] undefined!
    Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
    4a1daf29
mmu.c 26.9 KB