mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
7d37c6d52f
Checksum handling largely depends on the subarch. Thus, I renamed i386 arch_csum_partial in arch/um/sys-i386/checksum.S back to csum_partial, removed csum_partial from arch/um/kernel/checksum.c and shifted EXPORT_SYMBOL(csum_partial) to arch/um/sys-i386/ksyms.c. Then, csum_partial_copy_to and csum_partial_copy_from were shifted from arch/um/kernel/checksum.c to arch/um/include/sysdep-i386/checksum.h and inserted in the calling functions csum_partial_copy_from_user() and csum_and_copy_to_user(). Now, arch/um/kernel/checksum.c is empty and removed. Signed-off-by: Bodo Stroesser <bstroesser@fujitsu-siemens.com> Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
---|---|---|
.. | ||
skas | ||
tt | ||
checksum.c | ||
config.c.in | ||
dyn.lds.S | ||
exec_kern.c | ||
exitcode.c | ||
gmon_syms.c | ||
gprof_syms.c | ||
helper.c | ||
init_task.c | ||
initrd_kern.c | ||
initrd_user.c | ||
irq_user.c | ||
irq.c | ||
ksyms.c | ||
main.c | ||
Makefile | ||
mem_user.c | ||
mem.c | ||
physmem.c | ||
process_kern.c | ||
process.c | ||
ptrace.c | ||
reboot.c | ||
resource.c | ||
sigio_kern.c | ||
sigio_user.c | ||
signal_kern.c | ||
signal_user.c | ||
smp.c | ||
syscall_kern.c | ||
syscall_user.c | ||
sysrq.c | ||
tempfile.c | ||
time_kern.c | ||
time.c | ||
tlb.c | ||
trap_kern.c | ||
trap_user.c | ||
tty_log.c | ||
uaccess_user.c | ||
um_arch.c | ||
umid.c | ||
uml.lds.S | ||
user_util.c | ||
vmlinux.lds.S |