commit | 74853dba2f7a1a9b0905a09abcf65c1f3ce0b14f | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Fri Nov 28 08:35:25 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Nov 28 17:52:50 2008 +0100 |
tree | 8b054f73abe37b6201d2e2efb8e79887737ee32e | |
parent | 7fbb8759eff9a348efa5f352ffaa51c364837c4b [diff] |
debug warnings: consolidate warn_slowpath and warn_on_slowpath Impact: cleanup, code reduction warn_slowpath is a superset of warn_on_slowpath; just have warn_on_slowpath call warn_slowpath with a NULL 3rd argument. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>