commit | a4c863f497e640e049083e1b3a1f3723cb766da9 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Mon Apr 28 11:05:07 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Apr 30 23:15:34 2008 +0200 |
tree | f9bafaf5301f677c88981e59b6eff77d3cfe6418 | |
parent | f6c133f7d5ee3b82f5b34b988e897ea38cd8219c [diff] |
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>