linux/arch/x86/include/asm/mman.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_MMAN_H__
#define __ASM_MMAN_H__

#ifdef CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS
#define arch_calc_vm_prot_bits(prot, key)
#endif

#include <uapi/asm/mman.h>

#endif /* __ASM_MMAN_H__ */