commit | e245d99e6cc4a0b904b87b46b4f60d46fb405987 | [log] [tgz] |
---|---|---|
author | Babu Moger <babu.moger@oracle.com> | Wed Nov 02 09:36:33 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 18 11:33:19 2016 -0800 |
tree | 737814fa3368ed63e4cdb121d1ac2986bb54f4cd | |
parent | e6b5f1be7afe1657c40c08082c562b1a036a54c1 [diff] |
lockdep: Limit static allocations if PROVE_LOCKING_SMALL is defined Reduce the size of data structure for lockdep entries by half if PROVE_LOCKING_SMALL if defined. This is used only for sparc. Signed-off-by: Babu Moger <babu.moger@oracle.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>