blob: 1329d7ca05b5f904d3f37be81edb74b887a3308d [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright 2006 PathScale, Inc. All Rights Reserved.
4 */
5
6#include <linux/linkage.h>
7
8/*
9 * override generic version in lib/iomap_copy.c
10 */
11ENTRY(__iowrite32_copy)
12 movl %edx,%ecx
13 rep movsl
14 ret
15ENDPROC(__iowrite32_copy)