commit | 21fd5132b223a10bdf17713dd0bf321cbd6471d2 | [log] [tgz] |
---|---|---|
author | Pavel Machek <pavel@suse.cz> | Wed May 21 11:44:02 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat May 24 16:44:26 2008 +0200 |
tree | 32e851b6310535e5a61f5398d80d0b07aeac0844 | |
parent | 403d8efc94cd02ae36e7db13c4edf1d06d7b7fac [diff] |
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>