aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/locore.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/amd64/locore.S')
-rw-r--r--sys/amd64/amd64/locore.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index b9efaf613246..f6ebc88dfa68 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -720,7 +720,7 @@ trycpuid: /* Use the `cpuid' instruction. */
movl $1,%eax
cpuid # cpuid 1
movl %eax,R(cpu_id) # store cpu_id
- movl %ebx,R(cpuid_cpuinfo) # store cpuid_cpuinfo
+ movl %ebx,R(cpu_procinfo) # store cpu_procinfo
movl %edx,R(cpu_feature) # store cpu_feature
rorl $8,%eax # extract family type
andl $15,%eax