]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Clean up mem*io functions.
authorBrian Gerst <brgerst@gmail.com>
Fri, 5 Feb 2010 14:37:07 +0000 (09:37 -0500)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 5 Feb 2010 21:57:33 +0000 (13:57 -0800)
commit12ad0a988986bc6580a56f3fd8038cf36b20f92b
treed721460533e8a4b083f5eeec8f0f5a2ec2062315
parent796fc0801402a08b4620b1d8fc334e4d5c40e933
x86: Clean up mem*io functions.

Iomem has no special significance on x86.  Use the standard mem*
functions instead of trying to call other versions.  Some fixups
are needed to match the function prototypes.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
LKML-Reference: <1265380629-3212-6-git-send-email-brgerst@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/boot/compressed/misc.c
arch/x86/include/asm/io_32.h
arch/x86/include/asm/io_64.h
arch/x86/lib/Makefile
arch/x86/lib/io_64.c [deleted file]