summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-12-28 19:16:37 +0000
committerShaun Ruffell <sruffell@digium.com>2009-12-28 19:16:37 +0000
commitce3b2a1793769c3dbf1c90b402e472ebc35e2a57 (patch)
tree2a9498b735fe180db8d3c8d4a4374d2c89de2c51
parent4cbf5f365563fec7434077eda232f7f80848cb28 (diff)
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
-rw-r--r--drivers/dahdi/dahdi-base.c2
1 files changed, 1 insertions, 1 deletions
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) */