diff options
author | Paul E. McKenney <[email protected]> | 2009-08-21 22:08:51 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-08-22 13:07:09 +0200 |
commit | b560d8ad8583803978aaaeba50ef29dc8e97a610 (patch) | |
tree | 2700931e04f0b446a7603e74706d6dd9c782eb84 /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | 1423cc033df017c762a9155eec470da77a460141 (diff) |
rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMP
A couple of references to CONFIG_CLASSIC_RCU have survived.
Although these are harmless, it is past time for them to go.
The one in hardirq.h is strictly a readability problem.
The two in pagemap.h appear to disable a !SMP performance
optimization (which this patch re-enables).
This does raise the issue as to whether pagemap.h should really
be referring to the CPU implementation. Long term, I intend to
make the RCU implementation driven by CONFIG_PREEMPT, at which
point these should change from defined(CONFIG_TREE_RCU) to
!defined(CONFIG_PREEMPT). In the meantime, is there something
else that could be done in pagemap.h?
Signed-off-by: Paul E. McKenney <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions