.Lsetup_AP:
/* EDX contains the APICID of the current CPU */
+#if 0
+ /* Test hack: Print APIC ID and then CPU# when we find it. */
+ mov %edx, %ecx
+ mov %edx, %eax
+ addb $'A', %al
+ mov $0x3f8, %dx
+ outb %al, %dx
+ mov %ecx, %edx
+#endif
xorl %ecx, %ecx
leaq cpuid_to_apicid(%rip), %rbx
jmp .Lfind_cpunr
.Linit_cpu_data:
+#if 0
+ mov %rcx, %rax
+ shr $3, %rax
+ addb $'a', %al
+
+ mov $0x3f8, %dx
+ outb %al, %dx
+#endif
/* Get the per cpu offset */
leaq __per_cpu_offset(%rip), %rbx
addq %rcx, %rbx