x86: automatical unification of i8259.c
authorPavel Machek <pavel@suse.cz>
Wed, 21 May 2008 09:44:02 +0000 (11:44 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 24 May 2008 14:44:26 +0000 (16:44 +0200)
commit21fd5132b223a10bdf17713dd0bf321cbd6471d2
tree32e851b6310535e5a61f5398d80d0b07aeac0844
parent403d8efc94cd02ae36e7db13c4edf1d06d7b7fac
x86: automatical unification of i8259.c

Make conversion of i8259 very mechanical -- i8259 was generated by
 diff -D, with too different parts left in i8259_32 and
i8259_64.c. Only "by hand" changes were removal of #ifdef from middle
of the comment (prevented compilation) and removal of one static to
allow splitting into files.

Of course, it will need some cleanups now, and those will follow.

Signed-of-by: Pavel Machek <pavel@suse.cz>
arch/x86/kernel/Makefile
arch/x86/kernel/i8259.c [new file with mode: 0644]
arch/x86/kernel/i8259_32.c
arch/x86/kernel/i8259_64.c
include/asm-x86/i8259.h