WIP FPC-III support
[linux/fpc-iii.git] / arch / arm64 / include / asm / page-def.h
blob2403f7b4cdbfb63d038b5b3a86cc6570061928fc
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Based on arch/arm/include/asm/page.h
5 * Copyright (C) 1995-2003 Russell King
6 * Copyright (C) 2017 ARM Ltd.
7 */
8 #ifndef __ASM_PAGE_DEF_H
9 #define __ASM_PAGE_DEF_H
11 #include <linux/const.h>
13 /* PAGE_SHIFT determines the page size */
14 #define PAGE_SHIFT CONFIG_ARM64_PAGE_SHIFT
15 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT)
16 #define PAGE_MASK (~(PAGE_SIZE-1))
18 #endif /* __ASM_PAGE_DEF_H */