summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorivoras <ivoras@FreeBSD.org>2008-10-29 13:36:23 +0000
committerivoras <ivoras@FreeBSD.org>2008-10-29 13:36:23 +0000
commit483637ae39c24fef1e5db09f2a897e4589e7265e (patch)
tree48091004e36fc34857a21872fb626c79ef130e72 /etc/Makefile
parent11aa09b4886d3d56d390fa4b3163ec8898f8c17d (diff)
downloadFreeBSD-src-483637ae39c24fef1e5db09f2a897e4589e7265e.zip
FreeBSD-src-483637ae39c24fef1e5db09f2a897e4589e7265e.tar.gz
Introduce a new sysctl, kern.sched.topology_spec, that returns an XML
dump of detected ULE CPU topology. This dump can be used to check the topology detection and for general system information. An example of CPU topology dump is: kern.sched.topology_spec: <groups> <group level="1" cache-level="0"> <cpu count="8" mask="0xff">0, 1, 2, 3, 4, 5, 6, 7</cpu> <flags></flags> <children> <group level="2" cache-level="0"> <cpu count="4" mask="0xf">0, 1, 2, 3</cpu> <flags></flags> </group> <group level="2" cache-level="0"> <cpu count="4" mask="0xf0">4, 5, 6, 7</cpu> <flags></flags> </group> </children> </group> </groups> Reviewed by: jeff Approved by: gnn (mentor)
Diffstat (limited to 'etc/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud