===== kernel/profile.c 1.12 vs edited ===== --- 1.12/kernel/profile.c 2004-08-26 23:42:56 -07:00 +++ edited/kernel/profile.c 2004-10-08 09:07:09 -07:00 @@ -15,7 +15,7 @@ static atomic_t *prof_buffer; static unsigned long prof_len, prof_shift; static int prof_on; -static cpumask_t prof_cpu_mask = CPU_MASK_ALL; +static cpumask_t prof_cpu_mask = CPU_MASK_NONE; static int __init profile_setup(char * str) {