aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/verify_cpu.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/verify_cpu.S')
-rw-r--r--arch/x86/kernel/verify_cpu.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/verify_cpu.S b/arch/x86/kernel/verify_cpu.S
index ccb4136da0aa..5644b4b7ed28 100644
--- a/arch/x86/kernel/verify_cpu.S
+++ b/arch/x86/kernel/verify_cpu.S
@@ -19,6 +19,7 @@
19 * 19 *
20 * arch/x86_64/boot/compressed/head_64.S: Boot cpu verification 20 * arch/x86_64/boot/compressed/head_64.S: Boot cpu verification
21 * arch/x86_64/kernel/trampoline_64.S: secondary processor verfication 21 * arch/x86_64/kernel/trampoline_64.S: secondary processor verfication
22 * arch/x86_64/kernel/head_32.S: processor startup
22 * 23 *
23 * verify_cpu, returns the status of longmode and SSE in register %eax. 24 * verify_cpu, returns the status of longmode and SSE in register %eax.
24 * 0: Success 1: Failure 25 * 0: Success 1: Failure