aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/unslung-kernel/ppp_mppe_no_fp_in_kernel.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/unslung-kernel/ppp_mppe_no_fp_in_kernel.patch')
-rw-r--r--recipes/linux/unslung-kernel/ppp_mppe_no_fp_in_kernel.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/linux/unslung-kernel/ppp_mppe_no_fp_in_kernel.patch b/recipes/linux/unslung-kernel/ppp_mppe_no_fp_in_kernel.patch
new file mode 100644
index 0000000000..b068a5a8c6
--- /dev/null
+++ b/recipes/linux/unslung-kernel/ppp_mppe_no_fp_in_kernel.patch
@@ -0,0 +1,13 @@
+--- linux-2.4.22/drivers/net/ppp_mppe.c~ 2006-04-15 12:23:04.000000000 -0500
++++ linux-2.4.22/drivers/net/ppp_mppe.c 2006-04-17 20:24:39.000000000 -0500
+@@ -507,7 +507,10 @@
+ (state->stats).bytes_out = (state->stats).comp_bytes;
+
+ /* this _SHOULD_ always be 1 */
++#if 0
++ /* the kernel may not do floating point calculations, so don't do this. */
+ (state->stats).ratio = (state->stats).in_count/(state->stats).bytes_out;
++#endif
+
+ *stats = state->stats;
+