Re: [U-Boot] [PATCH v2 14/20] x86: Provide access to the IDT

2015-04-29 Thread Simon Glass
On 28 April 2015 at 23:23, Bin Meng wrote: > On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass wrote: >> Add a function to return the address of the Interrupt Descriptor Table. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None >> >> arch/x86/cpu/interrupts.c| 5 + >> arc

Re: [U-Boot] [PATCH v2 14/20] x86: Provide access to the IDT

2015-04-28 Thread Bin Meng
On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass wrote: > Add a function to return the address of the Interrupt Descriptor Table. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/cpu/interrupts.c| 5 + > arch/x86/include/asm/interrupt.h | 2 ++ > 2 files changed

[U-Boot] [PATCH v2 14/20] x86: Provide access to the IDT

2015-04-28 Thread Simon Glass
Add a function to return the address of the Interrupt Descriptor Table. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/interrupts.c| 5 + arch/x86/include/asm/interrupt.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/arch/x86/cpu/interrupts.c b/arch/x86/cp