patch-2.4.22 linux-2.4.22/arch/ppc/math-emu/fcmpo.c

Next file: linux-2.4.22/arch/ppc/math-emu/op-1.h
Previous file: linux-2.4.22/arch/ppc/lib/string.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ppc/math-emu/fcmpo.c linux-2.4.22/arch/ppc/math-emu/fcmpo.c
@@ -37,7 +37,7 @@
 
 	*ccr &= ~(15 << ((7 - crfD) << 2));
 	*ccr |= (cmp << ((7 - crfD) << 2));
- 
+
 #ifdef DEBUG
 	printk("CR: %08x\n", *ccr);
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)