mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
283dfee925
commit
8d0440e04b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue