summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/Makefile
diff options
context:
space:
mode:
authorLaura Abbott <lauraa@codeaurora.org>2014-08-19 21:41:43 +0200
committerWill Deacon <will.deacon@arm.com>2014-09-08 15:39:18 +0200
commit11d91a770f1fff44dafdf88d6089a3451f99c9b6 (patch)
treedb7874516b61d7df4d85e4529b9ea6e1033624e6 /arch/arm64/mm/Makefile
parentarm64: Introduce {set,clear}_pte_bit (diff)
downloadlinux-11d91a770f1fff44dafdf88d6089a3451f99c9b6.tar.xz
linux-11d91a770f1fff44dafdf88d6089a3451f99c9b6.zip
arm64: Add CONFIG_DEBUG_SET_MODULE_RONX support
In a similar fashion to other architecture, add the infrastructure and Kconfig to enable DEBUG_SET_MODULE_RONX support. When enabled, module ranges will be marked read-only/no-execute as appropriate. Signed-off-by: Laura Abbott <lauraa@codeaurora.org> [will: fixed off-by-one in module end check] Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/mm/Makefile')
-rw-r--r--arch/arm64/mm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/mm/Makefile b/arch/arm64/mm/Makefile
index 3ecb56c624d3..c56179ed2c09 100644
--- a/arch/arm64/mm/Makefile
+++ b/arch/arm64/mm/Makefile
@@ -1,5 +1,5 @@
obj-y := dma-mapping.o extable.o fault.o init.o \
cache.o copypage.o flush.o \
ioremap.o mmap.o pgd.o mmu.o \
- context.o proc.o
+ context.o proc.o pageattr.o
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o