summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2009-05-31 09:01:23 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2009-05-31 09:01:23 +0000
commit26eb077d03ce2428a7a964e447dda200bad10c5e (patch)
tree68e9cc27632ead148046131d457acbcb47410c80 /sys/powerpc/aim
parent71b3aa67385738a9468cd53579db0bab9d9e1b11 (diff)
downloadFreeBSD-src-26eb077d03ce2428a7a964e447dda200bad10c5e.zip
FreeBSD-src-26eb077d03ce2428a7a964e447dda200bad10c5e.tar.gz
Introduce support for cpufreq on PowerPC with the dynamic frequency
switching capabilities of the MPC7447A and MPC7448.
Diffstat (limited to 'sys/powerpc/aim')
-rw-r--r--sys/powerpc/aim/machdep.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c
index 662fd14..5d2665a 100644
--- a/sys/powerpc/aim/machdep.c
+++ b/sys/powerpc/aim/machdep.c
@@ -881,14 +881,6 @@ cpu_initclocks(void)
decr_tc_init();
}
-/* Get current clock frequency for the given cpu id. */
-int
-cpu_est_clockrate(int cpu_id, uint64_t *rate)
-{
-
- return (ENXIO);
-}
-
/*
* Shutdown the CPU as much as possible.
*/
OpenPOWER on IntegriCloud