diff --git a/[refs] b/[refs] index dc440121eab5..8199149992df 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: be19ef82e068e92a28df50341938fdeb5ea56436 +refs/heads/master: 29cbda77a67cf263d636feea65d3bbc9c7de2e24 diff --git a/trunk/include/linux/rcuclassic.h b/trunk/include/linux/rcuclassic.h index 5f89b62e6983..301dda829e37 100644 --- a/trunk/include/linux/rcuclassic.h +++ b/trunk/include/linux/rcuclassic.h @@ -41,7 +41,7 @@ #include #ifdef CONFIG_RCU_CPU_STALL_DETECTOR -#define RCU_SECONDS_TILL_STALL_CHECK ( 3 * HZ) /* for rcp->jiffies_stall */ +#define RCU_SECONDS_TILL_STALL_CHECK (10 * HZ) /* for rcp->jiffies_stall */ #define RCU_SECONDS_TILL_STALL_RECHECK (30 * HZ) /* for rcp->jiffies_stall */ #endif /* #ifdef CONFIG_RCU_CPU_STALL_DETECTOR */