Re: [PATCH v2] tools: Move MASK_INSR to common-macros.h

2023-06-09 Thread Andrew Cooper
On 09/06/2023 11:22 am, Luca Fancellu wrote: > >> On 9 Jun 2023, at 11:11, Andrew Cooper wrote: >> >> MASK_EXTR() and MASK_INSR() are a matching pair. Keep them together. >> >> Drop the pair from x86-emulate.h which includes common-macros.h. >> >> Fixes: 56a7aaa16bfe ("tools: add physinfo arch_ca

Re: [PATCH v2] tools: Move MASK_INSR to common-macros.h

2023-06-09 Thread Andrew Cooper
Urgh, well I'm failing at email today.  This is v2.  Everything else in the patch is as intended. ~Andrew On 09/06/2023 11:11 am, Andrew Cooper wrote: > MASK_EXTR() and MASK_INSR() are a matching pair. Keep them together. > > Drop the pair from x86-emulate.h which includes common-macros.h. > > F