diff options
Diffstat (limited to 'kernel/rcu/tree.c')
| -rw-r--r-- | kernel/rcu/tree.c | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index cac24f5d3fd2..bbbddd85906b 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/tree.c | |||
| @@ -177,26 +177,12 @@ module_param(kthread_prio, int, 0644); | |||
| 177 | 177 | ||
| 178 | /* Delay in jiffies for grace-period initialization delays, debug only. */ | 178 | /* Delay in jiffies for grace-period initialization delays, debug only. */ |
| 179 | 179 | ||
| 180 | #ifdef CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT | 180 | static int gp_preinit_delay; |
| 181 | static int gp_preinit_delay = CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT_DELAY; | 181 | module_param(gp_preinit_delay, int, 0444); |
| 182 | module_param(gp_preinit_delay, int, 0644); | 182 | static int gp_init_delay; |
| 183 | #else /* #ifdef CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT */ | 183 | module_param(gp_init_delay, int, 0444); |
| 184 | static const int gp_preinit_delay; | 184 | static int gp_cleanup_delay; |
| 185 | #endif /* #else #ifdef CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT */ | 185 | module_param(gp_cleanup_delay, int, 0444); |
| 186 | |||
| 187 | #ifdef CONFIG_RCU_TORTURE_TEST_SLOW_INIT | ||
| 188 | static int gp_init_delay = CONFIG_RCU_TORTURE_TEST_SLOW_INIT_DELAY; | ||
| 189 | module_param(gp_init_delay, int, 0644); | ||
| 190 | #else /* #ifdef CONFIG_RCU_TORTURE_TEST_SLOW_INIT */ | ||
| 191 | static const int gp_init_delay; | ||
| 192 | #endif /* #else #ifdef CONFIG_RCU_TORTURE_TEST_SLOW_INIT */ | ||
| 193 | |||
| 194 | #ifdef CONFIG_RCU_TORTURE_TEST_SLOW_CLEANUP | ||
| 195 | static int gp_cleanup_delay = CONFIG_RCU_TORTURE_TEST_SLOW_CLEANUP_DELAY; | ||
| 196 | module_param(gp_cleanup_delay, int, 0644); | ||
| 197 | #else /* #ifdef CONFIG_RCU_TORTURE_TEST_SLOW_CLEANUP */ | ||
| 198 | static const int gp_cleanup_delay; | ||
| 199 | #endif /* #else #ifdef CONFIG_RCU_TORTURE_TEST_SLOW_CLEANUP */ | ||
| 200 | 186 | ||
| 201 | /* | 187 | /* |
| 202 | * Number of grace periods between delays, normalized by the duration of | 188 | * Number of grace periods between delays, normalized by the duration of |
