|
@@ -62,7 +62,9 @@
|
|
|
#define MODULE_PARAM_PREFIX "rcupdate."
|
|
|
|
|
|
#ifndef CONFIG_TINY_RCU
|
|
|
+extern int rcu_expedited; /* from sysctl */
|
|
|
module_param(rcu_expedited, int, 0);
|
|
|
+extern int rcu_normal; /* from sysctl */
|
|
|
module_param(rcu_normal, int, 0);
|
|
|
static int rcu_normal_after_boot;
|
|
|
module_param(rcu_normal_after_boot, int, 0);
|