Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6

* master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
[SPARC32]: Fix over-optimization by GCC near ip_fast_csum.

+1 -1
+1 -1
include/asm-sparc/checksum.h
··· 151 151 "xnor\t%%g0, %0, %0" 152 152 : "=r" (sum), "=&r" (iph) 153 153 : "r" (ihl), "1" (iph) 154 - : "g2", "g3", "g4", "cc"); 154 + : "g2", "g3", "g4", "cc", "memory"); 155 155 return sum; 156 156 } 157 157