forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/x86/lib/iomap_copy_64.S
....@@ -10,6 +10,6 @@
1010 */
1111 SYM_FUNC_START(__iowrite32_copy)
1212 movl %edx,%ecx
13
- rep movsd
13
+ rep movsl
1414 RET
1515 SYM_FUNC_END(__iowrite32_copy)