Re: [PATCH 06/27] arm64/sve: System register and exception syndrome definitions

2017-08-21 Thread Alex Bennée
Dave Martin writes: > On Mon, Aug 21, 2017 at 03:50:32PM +0100, Alex Bennée wrote: >> Dave Martin writes: >> > On Mon, Aug 21, 2017 at 01:34:38PM +0100, Alex Bennée wrote: > > [...] > >> >> > Dave Martin writes: > > [...] > >> >>

Re: [PATCH 06/27] arm64/sve: System register and exception syndrome definitions

2017-08-21 Thread Dave Martin
On Mon, Aug 21, 2017 at 03:50:32PM +0100, Alex Bennée wrote: > Dave Martin writes: > > On Mon, Aug 21, 2017 at 01:34:38PM +0100, Alex Bennée wrote: [...] > >> > Dave Martin writes: [...] > >> >> +#define ZCR_ELx_LEN_SHIFT 0 > >> >> +#define

Re: [PATCH 06/27] arm64/sve: System register and exception syndrome definitions

2017-08-21 Thread Alex Bennée
Dave Martin writes: > On Mon, Aug 21, 2017 at 01:34:38PM +0100, Alex Bennée wrote: >> >> Alex Bennée writes: >> >> > Dave Martin writes: > > [...] > >> OK no I'm working directly from the unpacked ZIP file with the rest of >>

Re: [PATCH 06/27] arm64/sve: System register and exception syndrome definitions

2017-08-21 Thread Alex Bennée
Dave Martin writes: > On Mon, Aug 21, 2017 at 10:33:55AM +0100, Alex Bennée wrote: >> >> Dave Martin writes: >> >> > The SVE architecture adds some system registers, ID register fields >> > and a dedicated ESR exception class. >> > >> > This patch adds

Re: [PATCH 06/27] arm64/sve: System register and exception syndrome definitions

2017-08-21 Thread Dave Martin
On Mon, Aug 21, 2017 at 01:34:38PM +0100, Alex Bennée wrote: > > Alex Bennée writes: > > > Dave Martin writes: [...] > OK no I'm working directly from the unpacked ZIP file with the rest of > the details I think this should be: > > #define

Re: [PATCH 06/27] arm64/sve: System register and exception syndrome definitions

2017-08-21 Thread Dave Martin
On Mon, Aug 21, 2017 at 10:33:55AM +0100, Alex Bennée wrote: > > Dave Martin writes: > > > The SVE architecture adds some system registers, ID register fields > > and a dedicated ESR exception class. > > > > This patch adds the appropriate definitions that will be needed by

Re: [PATCH 06/27] arm64/sve: System register and exception syndrome definitions

2017-08-21 Thread Alex Bennée
Alex Bennée writes: > Dave Martin writes: > >> The SVE architecture adds some system registers, ID register fields >> and a dedicated ESR exception class. >> >> This patch adds the appropriate definitions that will be needed by >> the kernel. >> >>

Re: [PATCH 06/27] arm64/sve: System register and exception syndrome definitions

2017-08-21 Thread Alex Bennée
Dave Martin writes: > The SVE architecture adds some system registers, ID register fields > and a dedicated ESR exception class. > > This patch adds the appropriate definitions that will be needed by > the kernel. > > Signed-off-by: Dave Martin > --- >

[PATCH 06/27] arm64/sve: System register and exception syndrome definitions

2017-08-09 Thread Dave Martin
The SVE architecture adds some system registers, ID register fields and a dedicated ESR exception class. This patch adds the appropriate definitions that will be needed by the kernel. Signed-off-by: Dave Martin --- arch/arm64/include/asm/esr.h | 3 ++-