Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4c863f4 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge Committed by Ingo Molnar
Browse files

x86: don't bother printing compat vdso address



The kernel prints the compat vdso address regardless of whether compat
vdso mode is enabled or not, which is confusing.  Given that this
isn't very interesting information anyway, just remove the printk.

Signed-off-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Gerhard Mack <gmack@innerfire.net>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent f6c133f7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -303,8 +303,6 @@ int __init sysenter_setup(void)

#ifdef CONFIG_X86_32
	gate_vma_init();

	printk("Compat vDSO mapped to %08lx.\n", __fix_to_virt(FIX_VDSO));
#endif

	if (!vdso32_sysenter()) {