Re: [PATCH 02/15] powerpc/watchpoint: Add SPRN macros for second DAWR

2020-03-18 Thread Segher Boessenkool
On Tue, Mar 17, 2020 at 11:16:34AM +0100, Christophe Leroy wrote: > > > Le 09/03/2020 à 09:57, Ravi Bangoria a écrit : > >Future Power architecture is introducing second DAWR. Add SPRN_ macros > >for the same. > > I'm not sure this is called 'macros'. For me a macro is something more > complex.

Re: [PATCH 02/15] powerpc/watchpoint: Add SPRN macros for second DAWR

2020-03-17 Thread Christophe Leroy
Le 09/03/2020 à 09:57, Ravi Bangoria a écrit : Future Power architecture is introducing second DAWR. Add SPRN_ macros for the same. I'm not sure this is called 'macros'. For me a macro is something more complex. For me those are 'constants'. Christophe Signed-off-by: Ravi Bangoria --