summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/sipi_vector.S
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-07 02:28:25 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 02:27:23 (GMT)
commitd116b53f873c2cba861a7a83f4693d65140989b6 (patch)
treed548fb1da19a96a628eb42ebfc8824d40a950178 /arch/x86/cpu/sipi_vector.S
parent2254e34c3fe5b2545dcad06774a426b2f881a090 (diff)
downloadu-boot-fsl-qoriq-d116b53f873c2cba861a7a83f4693d65140989b6.tar.xz
x86: Add comments to the SIPI vector
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> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/sipi_vector.S')
-rw-r--r--arch/x86/cpu/sipi_vector.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/sipi_vector.S b/arch/x86/cpu/sipi_vector.S
index 0c4a157..94c0f5a 100644
--- a/arch/x86/cpu/sipi_vector.S
+++ b/arch/x86/cpu/sipi_vector.S
@@ -193,6 +193,7 @@ load_msr:
mov c_handler, %esi
call *%esi
+ /* This matches struct sipi_param */
.align 4
.globl sipi_params
sipi_params: