kernel/arch/arm64/kernel/vdso32/vdso.lds.S
.. .. @@ -21,6 +21,9 @@ 21 21 #ifdef CONFIG_TIME_NS 22 22 PROVIDE_HIDDEN(_timens_data = _vdso_data + PAGE_SIZE); 23 23 #endif 24 +#ifdef CONFIG_GENERIC_CLOCKSOURCE_VDSO25 + PROVIDE_HIDDEN(_vdso_priv = _vdso_data - __VPRIV_PAGES * PAGE_SIZE);26 +#endif24 27 . = VDSO_LBASE + SIZEOF_HEADERS; 25 28 26 29 .hash : { *(.hash) } :text