Merge tag 'input-for-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / parisc / include / asm / mman.h
CommitLineData
d5aad4c2
ZW
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __ASM_MMAN_H__
3#define __ASM_MMAN_H__
4
5#include <uapi/asm/mman.h>
6
7/* PARISC cannot allow mdwe as it needs writable stacks */
8static inline bool arch_memory_deny_write_exec_supported(void)
9{
10 return false;
11}
12#define arch_memory_deny_write_exec_supported arch_memory_deny_write_exec_supported
13
14#endif /* __ASM_MMAN_H__ */