Re: [PATCH 03/24] cputime: Allow dynamic switch between tick/virtualbased cputime accounting

From: Frederic Weisbecker
Date: Sat Dec 22 2012 - 12:43:50 EST


2012/12/21 Steven Rostedt <rostedt@xxxxxxxxxxx>:
>>@@ -601,6 +612,7 @@ void thread_group_cputime_adjusted(struct task_struct *p, cputime_t *ut, cputime
>> thread_group_cputime(p, &cputime);
>> cputime_adjust(&cputime, &p->signal->prev_cputime, ut, st);
>> }
>> +#endif /* !CONFIG_VIRT_CPU_ACCOUNTING_NATIVE */
>
> Ah, the missing #endif gets added back here.

Right, I fixed the mid-state breakage for the next version.

Thanks for the report!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/