]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Adda function to iterate over the cpu nodes in the OFW or FDT data. This
authorandrew <andrew@FreeBSD.org>
Thu, 19 Feb 2015 16:34:48 +0000 (16:34 +0000)
committerandrew <andrew@FreeBSD.org>
Thu, 19 Feb 2015 16:34:48 +0000 (16:34 +0000)
commitd2e0481e04ef29b34d5a309208ee349fe3f846cb
tree5c20ff134be1b3f1fa4244cc4d83432ae33c311f
parent3422f5929de0d09aa03b90dcc681f1ea431d466b
Adda function to iterate over the cpu nodes in the OFW or FDT data. This
will be used with arm64 to find which cpus to enable, and could also be
used with 32-bit arm and mips for the same purpose.

Differential Revision: https://reviews.freebsd.org/D1825
Sponsored by: The FreeBSD Foundation
sys/dev/ofw/ofw_cpu.c
sys/dev/ofw/ofw_cpu.h [new file with mode: 0644]