]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: mm: EXPORT vabits_user to modules
authorWill Deacon <will.deacon@arm.com>
Mon, 10 Dec 2018 19:20:23 +0000 (19:20 +0000)
committerWill Deacon <will.deacon@arm.com>
Mon, 10 Dec 2018 19:20:23 +0000 (19:20 +0000)
commitf05764a7793c7305c8e372b68df7c1a4aa6cc167
treeb5d10acd3ed364aae940bb13b58183288546fe77
parent14bc357e5792c075cfe65aabba688c180bbeae01
arm64: mm: EXPORT vabits_user to modules

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: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/mmu.c