From: Dave A. <ai...@us...> - 2001-02-22 23:35:03
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax In directory usw-pr-cvs1:/tmp/cvs-serv11970/include/asm-vax Modified Files: checksum.h Log Message: remove printf from checksum.h Index: checksum.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/checksum.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- checksum.h 2001/02/18 20:37:39 1.2 +++ checksum.h 2001/02/22 23:25:08 1.3 @@ -46,11 +46,8 @@ * of things like adding a varible but they seem to get optimsed * out ... - D.A. 3 Dec 2000 */ - printk("w: %8X, sum: %8X, i: %i\n", *(unsigned int *)w, sum, i); + // printk("w: %8X, sum: %8X, i: %i\n", *(unsigned int *)w, sum, i); } - - - __asm__("addl2 %1, %0\n" "adwc $0xffff, %0\n" : "=r" (sum) |