mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
It's always 0. Note that we theoretically could use ~0U as well - result will be the same modulo 0xffff, _if_ the damn thing did the right thing for any value of initial sum; later we'll make use of that when convenient. However, unlike csum_and_copy_..._user(), there are instances that did not work for arbitrary initial sums; c6x is one such. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> |
||
|---|---|---|
| .. | ||
| asm-offsets.h | ||
| bitops.h | ||
| bug.h | ||
| cache.h | ||
| cacheflush.h | ||
| checksum.h | ||
| clock.h | ||
| cmpxchg.h | ||
| delay.h | ||
| dscr.h | ||
| elf.h | ||
| flat.h | ||
| ftrace.h | ||
| hardirq.h | ||
| irq.h | ||
| irqflags.h | ||
| Kbuild | ||
| linkage.h | ||
| megamod-pic.h | ||
| module.h | ||
| page.h | ||
| pgtable.h | ||
| processor.h | ||
| procinfo.h | ||
| ptrace.h | ||
| sections.h | ||
| setup.h | ||
| soc.h | ||
| special_insns.h | ||
| string.h | ||
| switch_to.h | ||
| syscall.h | ||
| syscalls.h | ||
| thread_info.h | ||
| timer64.h | ||
| timex.h | ||
| tlb.h | ||
| traps.h | ||
| uaccess.h | ||
| unaligned.h | ||
| vmalloc.h | ||