[dahdi-commits] rmeyerriecks: linux/trunk r10732 -	/linux/trunk/drivers/dahdi/dahdi-base.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Thu Oct  4 15:24:48 CDT 2012
    
    
  
Author: rmeyerriecks
Date: Thu Oct  4 15:24:46 2012
New Revision: 10732
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10732
Log:
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 at digium.com>
Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>
Modified:
    linux/trunk/drivers/dahdi/dahdi-base.c
Modified: linux/trunk/drivers/dahdi/dahdi-base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/dahdi-base.c?view=diff&rev=10732&r1=10731&r2=10732
==============================================================================
--- linux/trunk/drivers/dahdi/dahdi-base.c (original)
+++ linux/trunk/drivers/dahdi/dahdi-base.c Thu Oct  4 15:24:46 2012
@@ -83,12 +83,6 @@
 
 #if defined(EMPULSE) && defined(EMFLASH)
 #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 */
    
    
More information about the dahdi-commits
mailing list