summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Meyerriecks <rmeyerreicks@digium.com>2012-10-04 20:24:46 +0000
committerRuss Meyerriecks <rmeyerreicks@digium.com>2012-10-04 20:24:46 +0000
commitf59631e312dd2a3a7ed6f92cb3cda427835eb761 (patch)
treebc81dfcfcb08d3149b0a9b4e7b58c15ef9a0368f
parent7d3bbfc88a753658be769488286dbb1d2f482729 (diff)
dahdi: Running without the Big Kernel Lock (BKL) is no longer experimental.
The warning was originally added in r9721 "dahdi: Experimentally remove dependency on the Big Kernel Lock." [1]. [1] http://svnview.digium.com/svn/dahdi?view=revision&revision=9721 Signed-off-by: Shaun Ruffell <sruffell@digium.com> Signed-off-by: Russ Meyerriecks <rmeyerriecks@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10732 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/dahdi-base.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index 3cfcbe5..1a6b5d5 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -85,12 +85,6 @@
#error "You cannot define both EMPULSE and EMFLASH"
#endif
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)
-#ifndef CONFIG_BKL
-#warning "No CONFIG_BKL is an experimental configuration."
-#endif
-#endif
-
/* Get helper arithmetic */
#include "arith.h"
#if defined(CONFIG_DAHDI_MMX) || defined(ECHO_CAN_FP)