]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/x86/lib/iomap_copy_64.S
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[mirror_ubuntu-eoan-kernel.git] / arch / x86 / lib / iomap_copy_64.S
1 /* 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 */
11 ENTRY(__iowrite32_copy)
12 movl %edx,%ecx
13 rep movsd
14 ret
15 ENDPROC(__iowrite32_copy)