From f59631e312dd2a3a7ed6f92cb3cda427835eb761 Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Thu, 4 Oct 2012 20:24:46 +0000 Subject: 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 Signed-off-by: Russ Meyerriecks git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10732 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/dahdi-base.c | 6 ------ 1 file changed, 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) -- cgit v1.2.3