commit | ea46351cea79f54729d8546e5bd7f091a2e6484b | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Mar 03 14:05:26 2015 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 27 12:58:37 2015 -0700 |
tree | ccb0b53598b72fa8685e2d07b502ee4fce10dde1 | |
parent | 7d0ae8086b828311250c6afdf800b568ac9bd693 [diff] |
rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED() This commit removes a HOTPLUG_CPU #ifdef, replacing it with IS_ENABLED()-protected return statements. This relies on the optimizer to remove any resulting dead code. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>