commit | bebfa1013eee1d91b3242e5801cc8fbdfaf148ec | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon Jun 26 13:56:52 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jun 26 10:48:16 2006 -0700 |
tree | d1abf916c29bbb5c312717f57798987268aff9a9 | |
parent | f201611fcecdfa825471dc425ee007997228fae4 [diff] |
[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 <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>