]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/x86/lib/iomap_copy_64.S
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504
[mirror_ubuntu-eoan-kernel.git] / arch / x86 / lib / iomap_copy_64.S
CommitLineData
775c8a3d 1/* SPDX-License-Identifier: GPL-2.0-only */
0f074961
BS
2/*
3 * Copyright 2006 PathScale, Inc. All Rights Reserved.
0f074961
BS
4 */
5
8d379dad 6#include <linux/linkage.h>
8d379dad 7
0f074961
BS
8/*
9 * override generic version in lib/iomap_copy.c
10 */
8d379dad 11ENTRY(__iowrite32_copy)
0f074961
BS
12 movl %edx,%ecx
13 rep movsd
14 ret
8d379dad 15ENDPROC(__iowrite32_copy)