Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arm / include / asm / mman.h
blob2189e507c8e08bd9bd49ce54d9992d9d1c9dc71c
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_MMAN_H__
3 #define __ASM_MMAN_H__
5 #include <asm/system_info.h>
6 #include <uapi/asm/mman.h>
8 static inline bool arch_memory_deny_write_exec_supported(void)
10 return cpu_architecture() >= CPU_ARCH_ARMv6;
12 #define arch_memory_deny_write_exec_supported arch_memory_deny_write_exec_supported
14 #endif /* __ASM_MMAN_H__ */