diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-06-03 16:30:02 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-06-03 16:30:02 +0000 |
commit | 66c07cdc942c4a02dd2d4e2b4be9aba0727afe28 (patch) | |
tree | 76e6b666f9410c012e74413a0778ffe5212e9fc8 /src/arch/ppc/lib | |
parent | ca68a91eff7d0053e48f24994b7808acec14a28e (diff) |
Make names more sensible.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1593 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/lib')
-rw-r--r-- | src/arch/ppc/lib/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/ppc/lib/timer.c b/src/arch/ppc/lib/timer.c index 8b485b8d51..6889d4b2e8 100644 --- a/src/arch/ppc/lib/timer.c +++ b/src/arch/ppc/lib/timer.c @@ -7,7 +7,7 @@ unsigned long get_hz(void) { - return get_clock_speed(); + return get_timer_freq(); } unsigned long ticks_since_boot(void) |