From ce3b2a1793769c3dbf1c90b402e472ebc35e2a57 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 28 Dec 2009 19:16:37 +0000 Subject: 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. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.2@7733 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/dahdi-base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c index 192e03e..50d0598 100644 --- a/drivers/dahdi/dahdi-base.c +++ b/drivers/dahdi/dahdi-base.c @@ -7935,7 +7935,7 @@ static void process_masterspan(void) } } #ifdef CONFIG_DAHDI_MMX - dahdi_kernel_fpu_end(); + kernel_fpu_end(); #endif } /* do all the pseudo/conferenced channel transmits (putbuf's) */ -- cgit v1.2.3