commit | f7d0b926ac8c8ec0c7a83ee69409bd2e6bb39f81 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Tue Sep 09 15:43:22 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Sep 10 14:04:59 2008 +0200 |
tree | c5d6c99368dbe769c5a7ee9a00843d2745191f68 | |
parent | adee14b2e1557d0a8559f29681732d05a89dfc35 [diff] |
mm: define USE_SPLIT_PTLOCKS rather than repeating expression Define USE_SPLIT_PTLOCKS as a constant expression rather than repeating "NR_CPUS >= CONFIG_SPLIT_PTLOCK_CPUS" all over the place. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Acked-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>