Messages in this thread |  | | | Date | Wed, 1 Apr 2009 19:05:06 +0400 | | From | Cyrill Gorcunov <> | | Subject | Re: [patch 6/6] x86: irqinit - merge irqinit_32/64.c into irqinit.c |
| |
[Ingo Molnar - Wed, Apr 01, 2009 at 05:01:01PM +0200] | | * Cyrill Gorcunov <gorcunov@openvz.org> wrote: | | > So the files are merged there is still #include's | > mess -- need serious cleanup. | > | > Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> | > --- | > arch/x86/kernel/Makefile | 2 | > arch/x86/kernel/irqinit.c | 249 +++++++++++++++++++++++++++++++++++++++++++ | > arch/x86/kernel/irqinit_32.c | 246 ------------------------------------------ | > arch/x86/kernel/irqinit_64.c | 249 ------------------------------------------- | > 4 files changed, 250 insertions(+), 496 deletions(-) | | ok, this looks pretty well done. | | If you could do the x86_quirk cleanup on top of this i guess we | could try it. (no need to redo the unification with the quirk thing, | that will break this patch.) | | Ingo |
ok, will do the quirk cleanup on top of.
Cyrill
|  |