[svn-commits] sruffell: branch linux/2.2 r7733 - /linux/branches/2.2/drivers/dahdi/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 28 13:16:38 CST 2009


Author: sruffell
Date: Mon Dec 28 13:16:37 2009
New Revision: 7733

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7733
Log:
dahdi-base: change dahdi_kernel_fpu_end to kernel_fpu_end

dahdi_kernel_fpu_end is part of the MMX changes in trunk that was not
committed into the 2.2 branch.  This change snuck in as part of
revision 6864 with the master span processing changes.

Modified:
    linux/branches/2.2/drivers/dahdi/dahdi-base.c

Modified: linux/branches/2.2/drivers/dahdi/dahdi-base.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.2/drivers/dahdi/dahdi-base.c?view=diff&rev=7733&r1=7732&r2=7733
==============================================================================
--- linux/branches/2.2/drivers/dahdi/dahdi-base.c (original)
+++ linux/branches/2.2/drivers/dahdi/dahdi-base.c Mon Dec 28 13:16:37 2009
@@ -7935,7 +7935,7 @@
 			}
 		}
 #ifdef CONFIG_DAHDI_MMX
-		dahdi_kernel_fpu_end();
+		kernel_fpu_end();
 #endif
 	}
 	/* do all the pseudo/conferenced channel transmits (putbuf's) */




More information about the svn-commits mailing list