[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules
authorPaul E. McKenney <paulmck@us.ibm.com>
Fri, 23 Jun 2006 09:05:51 +0000 (02:05 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:43:07 +0000 (07:43 -0700)
commitd83015b8f62ee3fcd338f6f009051ed57f77a531
tree11e30548e6b07045f8a17aa4661e1cde6f374b18
parent55f4e8d156d23709739029afb108932ef94cac94
[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules

Remove synchronize_kernel() (deprecated 2-APR-2005 in
http://lkml.org/lkml/2005/4/3/11) and makes the RCU API inaccessible to
non-GPL Linux kernel modules (as was announced more than one year ago in
http://lkml.org/lkml/2005/4/3/8).  Tested on x86 and ppc64.

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>
Documentation/RCU/whatisRCU.txt
Documentation/feature-removal-schedule.txt
include/linux/rcupdate.h
kernel/rcupdate.c