Re: [U-Boot] [PATCH v2 19/20] x86: Tidy up the LAPIC init code

2015-04-29 Thread Bin Meng
Hi Simon, On Wed, Apr 29, 2015 at 10:25 AM, Simon Glass wrote: > We don't need to support really old x86 CPUs, so drop this code. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/cpu/lapic.c | 20 > arch/x86/include/asm/lapic.h | 7 ---

[U-Boot] [PATCH v2 19/20] x86: Tidy up the LAPIC init code

2015-04-28 Thread Simon Glass
We don't need to support really old x86 CPUs, so drop this code. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/lapic.c | 20 arch/x86/include/asm/lapic.h | 7 --- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/arch/x86/cpu/l