• M
    MIPS: checksum: Split the 'copy_user' symbol · ac85227f
    Markos Chandras 提交于
    The 'copy_user' symbol can be used to copy from or to
    userland so we will use two different symbols for these
    operations. This makes no difference in the existing code,
    but when the core is operating in EVA mode, different instructions
    need to be used to read and write to userland address space.
    The old function has also been renamed to 'copy_kernel' to denote
    that it is suitable for copy data to and from kernel space.
    Signed-off-by: NMarkos Chandras <markos.chandras@imgtec.com>
    ac85227f
csum_partial.S 16.5 KB