*** empty log message ***

This commit is contained in:
Søren Sandmann Pedersen
2004-11-24 18:39:35 +00:00
parent c5b66034c5
commit 81a527a31d
3 changed files with 234 additions and 186 deletions

View File

@ -304,7 +304,7 @@ on_timer(unsigned long dong)
{
struct task_struct *p;
static const int cpu_profiler = 1; /* set to 0 to profile disk */
static const int cpu_profiler = 0; /* set to 0 to profile disk */
for_each_process (p) {
if (p->state == (cpu_profiler? TASK_RUNNING : TASK_UNINTERRUPTIBLE)) {