1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_GENERIC_PGALLOC_H
3 #define __ASM_GENERIC_PGALLOC_H
5 * an empty file is enough for a nommu architecture
8 #error need to implement an architecture specific asm/pgalloc.h
11 #define check_pgt_cache() do { } while (0)
13 #endif /* __ASM_GENERIC_PGALLOC_H */