Date: Wed, 11 Feb 2015 12:08:41 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r278579 - head/sys/boot/arm/ixp425/boot2 Message-ID: <201502111208.t1BC8fIm052055@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gnn Date: Wed Feb 11 12:08:40 2015 New Revision: 278579 URL: https://svnweb.freebsd.org/changeset/base/278579 Log: Summary: Update CPU identification call to recent version. Modified: head/sys/boot/arm/ixp425/boot2/ixp425_board.c Modified: head/sys/boot/arm/ixp425/boot2/ixp425_board.c ============================================================================== --- head/sys/boot/arm/ixp425/boot2/ixp425_board.c Wed Feb 11 10:40:49 2015 (r278578) +++ head/sys/boot/arm/ixp425/boot2/ixp425_board.c Wed Feb 11 12:08:40 2015 (r278579) @@ -74,7 +74,7 @@ board_init(void) { struct board_config **pbp; - cputype = cpu_id() & CPU_ID_CPU_MASK; + cputype = cpu_ident() & CPU_ID_CPU_MASK; SET_FOREACH(pbp, boards) /* XXX pass down redboot board type */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502111208.t1BC8fIm052055>