Re: [U-Boot] [PATCH 09/15] x86: Call lapic_setup() in interrupt_init()

2016-05-23 Thread Bin Meng
On Mon, May 23, 2016 at 8:19 AM, Simon Glass wrote: > On 22 May 2016 at 02:45, Bin Meng wrote: >> Let's configure LAPIC in a common place - interrupt_init(). >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/cpu/interrupts.c| 8 +--- >> arch/x86/cpu/ivybridge/model_206ax.c | 2

Re: [U-Boot] [PATCH 09/15] x86: Call lapic_setup() in interrupt_init()

2016-05-22 Thread Simon Glass
On 22 May 2016 at 02:45, Bin Meng wrote: > Let's configure LAPIC in a common place - interrupt_init(). > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/interrupts.c| 8 +--- > arch/x86/cpu/ivybridge/model_206ax.c | 2 -- > arch/x86/cpu/mp_init.c | 2 -- > 3 files

[U-Boot] [PATCH 09/15] x86: Call lapic_setup() in interrupt_init()

2016-05-22 Thread Bin Meng
Let's configure LAPIC in a common place - interrupt_init(). Signed-off-by: Bin Meng --- arch/x86/cpu/interrupts.c| 8 +--- arch/x86/cpu/ivybridge/model_206ax.c | 2 -- arch/x86/cpu/mp_init.c | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/arc