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

2020-08-14 Thread Christophe Leroy
Le 14/08/2020 à 09:45, Madhavan Srinivasan a écrit : 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 fields. On bare metal systems we

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

2020-08-14 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 fields. On bare metal systems we use DT CPU features, which doesn't need a cputable entry.