Re: [U-Boot] [PATCH v3 49/62] x86: Drop interrupt support in 64-bit mode

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass wrote: > This is not currently supported, so drop the code. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/lib/interrupts.c | 5 + > 1 file changed, 5 insertions(+) > appl

[U-Boot] [PATCH v3 49/62] x86: Drop interrupt support in 64-bit mode

2017-01-16 Thread Simon Glass
This is not currently supported, so drop the code. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None arch/x86/lib/interrupts.c | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/x86/lib/interrupts.c b/arch/x86/lib/interrupts.c index dd0840