aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/identcpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/arm/identcpu.c')
-rw-r--r--sys/arm/arm/identcpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/arm/identcpu.c b/sys/arm/arm/identcpu.c
index b37a1b3d1b69..75bf08cde618 100644
--- a/sys/arm/arm/identcpu.c
+++ b/sys/arm/arm/identcpu.c
@@ -387,7 +387,7 @@ identify_arm_cpu(void)
u_int8_t type, linesize;
int i;
- cpuid = cpu_id();
+ cpuid = cpu_ident();
if (cpuid == 0) {
printf("Processor failed probe - no CPU ID\n");