| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | /* |
| 2 | * Architecture specific mm hooks | ||||
| 3 | */ | ||||
| 4 | |||||
| 5 | #ifndef _ASM_GENERIC_MM_ARCH_HOOKS_H | ||||
| 6 | #define _ASM_GENERIC_MM_ARCH_HOOKS_H | ||||
| 7 | |||||
| 8 | /* | ||||
| 9 | * This file should be included through arch/../include/asm/Kbuild for | ||||
| 10 | * the architecture which doesn't need specific mm hooks. | ||||
| 11 | * | ||||
| 12 | * In that case, the generic hooks defined in include/linux/mm-arch-hooks.h | ||||
| 13 | * are used. | ||||
| 14 | */ | ||||
| 15 | |||||
| 16 | #endif /* _ASM_GENERIC_MM_ARCH_HOOKS_H */ | ||||