From 8d0440e04bedcd3b0561367ae65e50a258d9f382 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sat, 18 Jul 2015 20:19:51 +0000 Subject: [PATCH] revert r278579, this is in a different compile environment than the kernel, and needs to be named cpu_id... Pointed out by: Berislav Purgar --- sys/boot/arm/ixp425/boot2/ixp425_board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/arm/ixp425/boot2/ixp425_board.c b/sys/boot/arm/ixp425/boot2/ixp425_board.c index d2bf81398e9a..c13f8ed52694 100644 --- a/sys/boot/arm/ixp425/boot2/ixp425_board.c +++ b/sys/boot/arm/ixp425/boot2/ixp425_board.c @@ -74,7 +74,7 @@ board_init(void) { struct board_config **pbp; - cputype = cpu_ident() & CPU_ID_CPU_MASK; + cputype = cpu_id() & CPU_ID_CPU_MASK; SET_FOREACH(pbp, boards) /* XXX pass down redboot board type */