Re: [RFC PATCH 07/30] cputime: Convert kcpustat to nsecs

From: Thomas Gleixner
Date: Mon Dec 01 2014 - 15:21:14 EST


On Mon, 1 Dec 2014, Christian Borntraeger wrote:
> Am 01.12.2014 um 18:15 schrieb Thomas Gleixner:
> > Why make this s390 specific?
> >
> > We can decouple the accounting from the time accumulation for all
> > architectures.
> >
> > struct cputime_record {
> > u64 user, sys, softirq, hardirq, steal;
> > };
>
> Wont we need guest, nice, guest_nice as well?

Yes. I just took the list from Frederics example w/o staring into
the code.

Thanks,

tglx
--
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/