From d49c810ec9c6010bf41e0ef7ebad101a79373438 Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Thu, 5 Oct 2006 10:07:03 +0000 Subject: Add CPU boost tracker to see where boosts are coming from git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11125 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index a2bbe73..bd1dd7b 100644 --- a/apps/main.c +++ b/apps/main.c @@ -276,7 +276,7 @@ void init(void) #ifdef HAVE_ADJUSTABLE_CPU_FREQ set_cpu_frequency(CPUFREQ_NORMAL); - cpu_boost(true); + cpu_boost_id(true, CPUBOOSTID_MAININIT); #endif buffer_init(); @@ -482,7 +482,7 @@ void init(void) #endif /* runtime database has to be initialized after audio_init() */ - cpu_boost(false); + cpu_boost_id(false, CPUBOOSTID_MAININIT); #ifdef AUTOROCK { -- cgit v1.1