1
0
Fork 0
forked from len0rd/rockbox

Removed the cpu boost tracking debug feature for now because of

different kind of problems. Better implementation can be done later.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11665 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-12-05 20:01:48 +00:00
parent 5f15f8f021
commit c5d57f0aae
9 changed files with 33 additions and 99 deletions

View file

@ -796,7 +796,7 @@ static void pcmrec_flush(unsigned flush_num)
logf("writing: %d (%d)", num_ready, flush_num);
cpu_boost_id(true, CPUBOOSTID_PCMRECORD);
cpu_boost(true);
for (i=0; i<num_ready; i++)
{
@ -844,7 +844,7 @@ static void pcmrec_flush(unsigned flush_num)
if (rec_fdata.rec_file >= 0)
fsync(rec_fdata.rec_file);
cpu_boost_id(false, CPUBOOSTID_PCMRECORD);
cpu_boost(false);
if (prio != -1)
{