blob: 948714c1535a4224be5b22b313fae671119c6e9f [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Arnd Bergmann5c01b462009-05-13 22:56:36 +00002#ifndef __ASM_GENERIC_PGALLOC_H
3#define __ASM_GENERIC_PGALLOC_H
4/*
5 * an empty file is enough for a nommu architecture
6 */
7#ifdef CONFIG_MMU
8#error need to implement an architecture specific asm/pgalloc.h
9#endif
10
11#define check_pgt_cache() do { } while (0)
12
13#endif /* __ASM_GENERIC_PGALLOC_H */