^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) * Architecture specific mm hooks
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) #ifndef _ASM_GENERIC_MM_ARCH_HOOKS_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) #define _ASM_GENERIC_MM_ARCH_HOOKS_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) * This file should be included through arch/../include/asm/Kbuild for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) * the architecture which doesn't need specific mm hooks.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) * In that case, the generic hooks defined in include/linux/mm-arch-hooks.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) * are used.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) #endif /* _ASM_GENERIC_MM_ARCH_HOOKS_H */