From: Andi Kleen Date: Mon, 26 Jun 2006 11:56:52 +0000 (+0200) Subject: [PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warnings X-Git-Tag: v2.6.18-rc1~612^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bebfa1013eee1d91b3242e5801cc8fbdfaf148ec;p=pandora-kernel.git [PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warnings Sometimes e.g. with crashme the compat layer warnings can be noisy. Add a way to turn them off by gating all output through compat_printk that checks a global sysctl. The default is not changed. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed