Alistair Popple <alist...@popple.id.au> writes: > On Wednesday, 20 May 2020 12:11:03 PM AEST Jordan Niethe wrote: >> +/* POWER10 feature */ >> +#ifndef PPC_FEATURE2_ARCH_3_10 >> +#define PPC_FEATURE2_ARCH_3_10 0x00040000 >> +#endif > > One minor nit pick, this needs to be updated to PPC_FEATURE2_ARCH_3_1 to > reflect the changes made in response to feedback on the patch series that > introduced this feature.
Done, thanks for noticing. cheers