commit | 1537066c69bee9ebc4b998626c532ce1724d4e67 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Fri Aug 20 12:37:12 2010 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Sat Oct 02 10:24:26 2010 +0300 |
tree | 914bc354a286b6e14cf8f69f831f4656d9a49636 | |
parent | 899611ee7d373e5eeda08e9a8632684e1ebbbf00 [diff] |
slub: Force no inlining of debug functions Compiler folds the debgging functions into the critical paths. Avoid that by adding noinline to the functions that check for problems. Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>