瀏覽代碼

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: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Gerhard Mack <gmack@innerfire.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Jeremy Fitzhardinge 17 年之前
父節點
當前提交
a4c863f497
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      arch/x86/vdso/vdso32-setup.c

+ 0 - 2
arch/x86/vdso/vdso32-setup.c

@@ -303,8 +303,6 @@ int __init sysenter_setup(void)
 
 
 #ifdef CONFIG_X86_32
 #ifdef CONFIG_X86_32
 	gate_vma_init();
 	gate_vma_init();
-
-	printk("Compat vDSO mapped to %08lx.\n", __fix_to_virt(FIX_VDSO));
 #endif
 #endif
 
 
 	if (!vdso32_sysenter()) {
 	if (!vdso32_sysenter()) {