Re: [PATCH v2] arm64: mte: Fix typo in macro definition

2020-11-30 Thread Will Deacon
On Mon, 30 Nov 2020 17:07:09 +, Vincenzo Frascino wrote: > UL in the definition of SYS_TFSR_EL1_TF1 was misspelled causing > compilation issues when trying to implement in kernel MTE async > mode. > > Fix the macro correcting the typo. > > Note: MTE async mode will be introduced with a future

Re: [PATCH v2] arm64: mte: Fix typo in macro definition

2020-11-30 Thread Catalin Marinas
On Mon, Nov 30, 2020 at 05:07:09PM +, Vincenzo Frascino wrote: > UL in the definition of SYS_TFSR_EL1_TF1 was misspelled causing > compilation issues when trying to implement in kernel MTE async > mode. > > Fix the macro correcting the typo. > > Note: MTE async mode will be introduced with a

[PATCH v2] arm64: mte: Fix typo in macro definition

2020-11-30 Thread Vincenzo Frascino
UL in the definition of SYS_TFSR_EL1_TF1 was misspelled causing compilation issues when trying to implement in kernel MTE async mode. Fix the macro correcting the typo. Note: MTE async mode will be introduced with a future series. Fixes: c058b1c4a5ea ("arm64: mte: system register definitions") C