Hi all, I notice the implementation of csum_partial_copy_nocheck(http://lxr.free-electrons.com/source/arch/mips/lib/csum_partial.S#L458) weird for me. It actually skips assignment of AT(at) and errptr(t9), while in the exception handlers, these uninitialized AT/errptr will be accessed. Will it cause some problems? Or my understanding is not correct? -- Regards, - cee1