diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-10-05 16:10:05 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-10-05 16:10:04 -0700 |
| commit | 9b952ff615abe6ec42158e28e651845d2eedd8d5 (patch) | |
| tree | 7bda94f27a1b97ca88566e5363b2ec62c3b1f044 /include/linux | |
| parent | f5684568b96bffb101a45cc09b660a4aeefd0d16 (diff) | |
| parent | 3bc5ee6fd769ff1e6a49e2f7e1fde4680e9a7ce7 (diff) | |
Merge "rcu: Stop disabling interrupts in scheduler fastpaths"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/rcutree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rcutree.h b/include/linux/rcutree.h index 60d15a080d7c..9d3eda39bcd2 100644 --- a/include/linux/rcutree.h +++ b/include/linux/rcutree.h @@ -37,7 +37,7 @@ void rcu_cpu_stall_reset(void); /* * Note a virtualization-based context switch. This is simply a * wrapper around rcu_note_context_switch(), which allows TINY_RCU - * to save a few bytes. + * to save a few bytes. The caller must have disabled interrupts. */ static inline void rcu_virt_note_context_switch(int cpu) { |
