Re: [PATCH 05/14] i386/i386/idt.c: move struct definition to a header file

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Mon 02 Dec 2013 22:54:43 +0100, a écrit : > * i386/i386/idt.c (idt_init_entry): Move struct definition to > i386/i386/idt-gen.h. Ditto. > --- > i386/i386/idt-gen.h | 7 +++ > i386/i386/idt.c | 6 -- > 2 files changed, 7 insertions(+), 6 deletions(-) > > diff --git

[PATCH 05/14] i386/i386/idt.c: move struct definition to a header file

2013-12-02 Thread Marin Ramesa
* i386/i386/idt.c (idt_init_entry): Move struct definition to i386/i386/idt-gen.h. --- i386/i386/idt-gen.h | 7 +++ i386/i386/idt.c | 6 -- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/i386/i386/idt-gen.h b/i386/i386/idt-gen.h index f86afb4..1aad4c0 100644 --- a/i38