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)
commit6175ddf06b6172046a329e3abfd9c901a43efd2e
treed721460533e8a4b083f5eeec8f0f5a2ec2062315
parent2b4df4d4f7de1a834d252c7da3197fce634cbf0e
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]