summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2015-07-18 20:19:51 +0000
committerjmg <jmg@FreeBSD.org>2015-07-18 20:19:51 +0000
commit237a65ef480bc18c1e519f706025f9542e504b19 (patch)
tree59843e5e2acb99b4f2b9cc205ad563becb7ef614 /sys/boot
parent9876290e11e131177c1fd4f363f7caaf915f30af (diff)
downloadFreeBSD-src-237a65ef480bc18c1e519f706025f9542e504b19.zip
FreeBSD-src-237a65ef480bc18c1e519f706025f9542e504b19.tar.gz
revert r278579, this is in a different compile environment than the
kernel, and needs to be named cpu_id... Pointed out by: Berislav Purgar
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/arm/ixp425/boot2/ixp425_board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/arm/ixp425/boot2/ixp425_board.c b/sys/boot/arm/ixp425/boot2/ixp425_board.c
index d2bf813..c13f8ed 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 */
OpenPOWER on IntegriCloud