revert r278579, this is in a different compile environment than the

kernel, and needs to be named cpu_id...

Pointed out by:	Berislav Purgar
This commit is contained in:
John-Mark Gurney 2015-07-18 20:19:51 +00:00
parent 283dfee925
commit 8d0440e04b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285681

View File

@ -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 */