1 /* SPDX-License-Identifier: GPL-2.0 */
13 void arm_install_vdso(struct mm_struct
*mm
, unsigned long addr
);
15 extern unsigned int vdso_total_pages
;
17 #else /* CONFIG_VDSO */
19 static inline void arm_install_vdso(struct mm_struct
*mm
, unsigned long addr
)
23 #define vdso_total_pages 0
25 #endif /* CONFIG_VDSO */
27 #endif /* __ASSEMBLY__ */
29 #endif /* __KERNEL__ */
31 #endif /* __ASM_VDSO_H */