Re: [U-Boot] [PATCH 8/9] x86: Clean up lapic codes

2015-06-11 Thread Simon Glass
On 9 June 2015 at 01:45, Bin Meng bmeng...@gmail.com wrote: This commit cleans up the lapic codes: - Delete arch/x86/include/asm/lapic_def.h, and move register and bit defines into arch/x86/include/asm/lapic.h - Use MSR defines from msr-index.h in enable_lapic() and disable_lapic() - Remove

[U-Boot] [PATCH 8/9] x86: Clean up lapic codes

2015-06-09 Thread Bin Meng
This commit cleans up the lapic codes: - Delete arch/x86/include/asm/lapic_def.h, and move register and bit defines into arch/x86/include/asm/lapic.h - Use MSR defines from msr-index.h in enable_lapic() and disable_lapic() - Remove unnecessary stuff like NEED_LAPIC, X86_GOOD_APIC and