kernel/arch/arm64/include/asm/vdso.h
.. .. @@ -13,6 +13,11 @@ 13 13 #define VDSO_LBASE 0x0 14 14 15 15 #define __VVAR_PAGES 2 16 +#ifdef CONFIG_GENERIC_CLOCKSOURCE_VDSO17 +#define __VPRIV_PAGES 118 +#else19 +#define __VPRIV_PAGES 020 +#endif16 21 17 22 #ifndef __ASSEMBLY__ 18 23