Re: [PATCH] powerpc: Add POWER10 raw mode cputable entry

2020-08-14 Thread Madhavan Srinivasan
On 8/14/20 11:57 AM, kernel test robot wrote: Hi Madhavan, Thank you for the patch! Yet something to improve: [auto build test ERROR on powerpc/next] [also build test ERROR on v5.8 next-20200814] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patc

Re: [PATCH] powerpc: Add POWER10 raw mode cputable entry

2020-08-13 Thread kernel test robot
Hi Madhavan, Thank you for the patch! Yet something to improve: [auto build test ERROR on powerpc/next] [also build test ERROR on v5.8 next-20200814] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in http

[PATCH] powerpc: Add POWER10 raw mode cputable entry

2020-08-13 Thread Madhavan Srinivasan
Add a raw mode cputable entry for POWER10. Copies most of the fields from commit a3ea40d5c736 ("powerpc: Add POWER10 architected mode") except for oprofile_cpu_type, machine_check_early, pvr_mask and pvr_mask filed. On bare metal systems we use DT CPU features, which doesn't need a cputable entry.