/*1* Copyright 2006 PathScale, Inc. All Rights Reserved.2*3* This file is free software; you can redistribute it and/or modify4* it under the terms of version 2 of the GNU General Public License5* as published by the Free Software Foundation.6*7* This program is distributed in the hope that it will be useful,8* but WITHOUT ANY WARRANTY; without even the implied warranty of9* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10* GNU General Public License for more details.11*12* You should have received a copy of the GNU General Public License13* along with this program; if not, write to the Free Software Foundation,14* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.15*/1617#include <linux/linkage.h>18#include <asm/dwarf2.h>1920/*21* override generic version in lib/iomap_copy.c22*/23ENTRY(__iowrite32_copy)24CFI_STARTPROC25movl %edx,%ecx26rep movsd27ret28CFI_ENDPROC29ENDPROC(__iowrite32_copy)303132