]> git.baikalelectronics.ru Git - kernel.git/commit
x86: ioport_{32|64}.c unification
authormboton@gmail.com <mboton@gmail.com>
Wed, 30 Jan 2008 12:33:10 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:10 +0000 (13:33 +0100)
commitf3d9f95c95f8c51fd8563573a8586f9770267bce
tree46783be3e882843ea2057697a28b97de4bdea1f8
parent0ed420c5c0a6617de8ff68a4e3bf184482ef6998
x86: ioport_{32|64}.c unification

ioport_{32|64}.c unification.

This patch unifies the code from the ioport_32.c and ioport_64.c files.

Tested and working fine with i386 and x86_64 kernels.

Signed-off-by: Miguel Botón <mboton@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/Makefile
arch/x86/kernel/ioport.c [new file with mode: 0644]
arch/x86/kernel/ioport_32.c [deleted file]
arch/x86/kernel/ioport_64.c [deleted file]