Re: [U-Boot] [PATCH v4 5/6] x86: Clean up lapic codes

2015-06-23 Thread Simon Glass
On 16 June 2015 at 21:15, Bin Meng 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 unnecessary

[U-Boot] [PATCH v4 5/6] x86: Clean up lapic codes

2015-06-16 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 CONFIG_AP_