commit | ae0afb4f5d44d17a0fd135ae000e2acf12c53617 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Jul 09 22:59:49 2015 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Jul 09 22:59:49 2015 +0200 |
tree | 35b7a32ed8fc9d2b6ca219e3b4769f7fb165c455 | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 [diff] |
suspend-to-idle: Prevent RCU from complaining about tick_freeze() Put tick_freeze() under RCU_NONIDLE() to prevent RCU from complaining about suspicious RCU usage in idle by trace_suspend_resume() called from there. While at it, fix a comment related to another usage of RCU_NONIDLE() in enter_freeze_proper(). Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>