Don't implicitly enable interval-based profiling.

This commit is contained in:
Jason Evans 2010-02-16 15:46:57 -08:00
parent f894f74d36
commit fbb504def6

View File

@ -1112,7 +1112,7 @@ prof_boot0(void)
opt_prof = true;
opt_prof_udump = false;
prof_interval = 0;
} else
} else if (opt_prof)
prof_interval = (((uint64_t)1U) << opt_lg_prof_interval);
}