Re: [PATCH v7] powerpc32: provide VIRT_CPU_ACCOUNTING

2016-02-23 Thread kbuild test robot
Hi Christophe, [auto build test ERROR on powerpc/next] [also build test ERROR on v4.5-rc5 next-20160223] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Christophe-Leroy/powerpc32-provide-VIRT_

Re: [PATCH v7] powerpc32: provide VIRT_CPU_ACCOUNTING

2016-02-23 Thread Scott Wood
On Tue, 2016-02-23 at 20:32 +0100, christophe leroy wrote: > > Le 23/02/2016 20:28, Scott Wood a écrit : > > On Wed, 2016-02-24 at 02:38 +0800, kbuild test robot wrote: > > > Hi Christophe, > > > > > > [auto build test ERROR on powerpc/next] > > > [also build test ERROR on v4.5-rc5 next-20160223]

Re: [PATCH v7] powerpc32: provide VIRT_CPU_ACCOUNTING

2016-02-23 Thread christophe leroy
Le 23/02/2016 20:28, Scott Wood a écrit : On Wed, 2016-02-24 at 02:38 +0800, kbuild test robot wrote: Hi Christophe, [auto build test ERROR on powerpc/next] [also build test ERROR on v4.5-rc5 next-20160223] [if your patch is applied to the wrong git tree, please drop us a note to help improvi

Re: [PATCH v7] powerpc32: provide VIRT_CPU_ACCOUNTING

2016-02-23 Thread Scott Wood
On Wed, 2016-02-24 at 02:38 +0800, kbuild test robot wrote: > Hi Christophe, > > [auto build test ERROR on powerpc/next] > [also build test ERROR on v4.5-rc5 next-20160223] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] > > url:https:/

[PATCH v7] powerpc32: provide VIRT_CPU_ACCOUNTING

2016-02-23 Thread Christophe Leroy
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data. In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64