diff options
author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2009-05-31 09:01:23 +0000 |
---|---|---|
committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2009-05-31 09:01:23 +0000 |
commit | 9eb9db93da05b01b5bce45fa9ed0ee234aece429 (patch) | |
tree | 68e9cc27632ead148046131d457acbcb47410c80 /sys/powerpc/aim | |
parent | f436f175086e5b8d0a7a959bafda57d5fedd9fc5 (diff) | |
download | src-9eb9db93da05b01b5bce45fa9ed0ee234aece429.tar.gz src-9eb9db93da05b01b5bce45fa9ed0ee234aece429.zip |
Introduce support for cpufreq on PowerPC with the dynamic frequency
switching capabilities of the MPC7447A and MPC7448.
Notes
Notes:
svn path=/head/; revision=193156
Diffstat (limited to 'sys/powerpc/aim')
-rw-r--r-- | sys/powerpc/aim/machdep.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c index 662fd1445420..5d2665a44b43 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. */ |