Re: [U-Boot] [PATCH 20/82] x86: Allow interrupts to be disabled in 64-bit mode

2016-10-10 Thread Bin Meng
On Tue, Oct 11, 2016 at 11:16 AM, Bin Meng wrote: > On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: >> Update the code to support both 32-bit and 64-bit modes. >> >> Signed-off-by: Simon Glass >> --- >> >> arch/x86/cpu/interrupts.c | 5 - >> 1 file changed, 4 insertions(+), 1 deletion(

Re: [U-Boot] [PATCH 20/82] x86: Allow interrupts to be disabled in 64-bit mode

2016-10-10 Thread Bin Meng
On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: > Update the code to support both 32-bit and 64-bit modes. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/interrupts.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > Reviewed-by: Bin Meng ___