
11 Mar
2016
11 Mar
'16
8:18 a.m.
On Fri, Mar 11, 2016 at 3:01 PM, Bin Meng bmeng.cn@gmail.com wrote:
On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass sjg@chromium.org wrote:
The Intel SIPI (start-up inter-processor interrupt) vector is the entry point for each secondary CPU (also called an AP - applications processor). The assembler and C code are linked, so add comments to indicate this.
Signed-off-by: Simon Glass sjg@chromium.org
arch/x86/cpu/sipi_vector.S | 1 + arch/x86/include/asm/sipi.h | 1 + 2 files changed, 2 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86/next, thanks!