summaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
authorPaul E. McKenney2005-05-01 17:59:04 +0200
committerLinus Torvalds2005-05-01 17:59:04 +0200
commit9b06e818985d139fd9e82c28297f7744e1b484e1 (patch)
tree3cd2ba33b22fc2812f714f86ea52c68704f8e2c3 /arch/i386
parent[PATCH] Add deprecated_for_modules (diff)
downloadkernel-qcow2-linux-9b06e818985d139fd9e82c28297f7744e1b484e1.tar.gz
kernel-qcow2-linux-9b06e818985d139fd9e82c28297f7744e1b484e1.tar.xz
kernel-qcow2-linux-9b06e818985d139fd9e82c28297f7744e1b484e1.zip
[PATCH] Deprecate synchronize_kernel, GPL replacement
The synchronize_kernel() primitive is used for quite a few different purposes: waiting for RCU readers, waiting for NMIs, waiting for interrupts, and so on. This makes RCU code harder to read, since synchronize_kernel() might or might not have matching rcu_read_lock()s. This patch creates a new synchronize_rcu() that is to be used for RCU readers and a new synchronize_sched() that is used for the rest. These two new primitives currently have the same implementation, but this is might well change with additional real-time support. Both new primitives are GPL-only, the old primitive is deprecated. Signed-off-by: Paul E. McKenney <paulmck@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386')
0 files changed, 0 insertions, 0 deletions