]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r258722, r258757
authorandreast <andreast@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 12 Dec 2013 12:29:35 +0000 (12:29 +0000)
committerandreast <andreast@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 12 Dec 2013 12:29:35 +0000 (12:29 +0000)
commit0eb0385d07fef454aca38f055501e1a1d0247594
tree5f46d63b85608898d0f23ec6fee77657d1bedb7f
parent456efc63f0cfa099b2ef86b55aa8da1d85326b36
MFC: r258722, r258757

r258722:
Give some output about the CPU clock on IBMPOWER machines, currently read
from OF. Linux does it similar, means they also read the OF values and
display them.
r258757:
Use the Open Firmware-based CPU frequency determination as a generic
fallback if we can't measure CPU frequency. This is also useful on a
variety of embedded systems using FDT.

git-svn-id: svn://svn.freebsd.org/base/stable/10@259256 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/powerpc/powerpc/cpu.c