aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/entry/vdso/vdso-layout.lds.S')
-rw-r--r--arch/x86/entry/vdso/vdso-layout.lds.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/entry/vdso/vdso-layout.lds.S b/arch/x86/entry/vdso/vdso-layout.lds.S
index de2c921025f5..4158acc17df0 100644
--- a/arch/x86/entry/vdso/vdso-layout.lds.S
+++ b/arch/x86/entry/vdso/vdso-layout.lds.S
@@ -25,7 +25,7 @@ SECTIONS
25 * segment. 25 * segment.
26 */ 26 */
27 27
28 vvar_start = . - 2 * PAGE_SIZE; 28 vvar_start = . - 3 * PAGE_SIZE;
29 vvar_page = vvar_start; 29 vvar_page = vvar_start;
30 30
31 /* Place all vvars at the offsets in asm/vvar.h. */ 31 /* Place all vvars at the offsets in asm/vvar.h. */
@@ -36,6 +36,7 @@ SECTIONS
36#undef EMIT_VVAR 36#undef EMIT_VVAR
37 37
38 hpet_page = vvar_start + PAGE_SIZE; 38 hpet_page = vvar_start + PAGE_SIZE;
39 pvclock_page = vvar_start + 2 * PAGE_SIZE;
39 40
40 . = SIZEOF_HEADERS; 41 . = SIZEOF_HEADERS;
41 42