Re: [PATCH v9 02/26] arm64: Remove unused daif related functions/macros

2019-01-28 Thread Marc Zyngier
On Mon, 21 Jan 2019 15:33:21 +, Julien Thierry wrote: > > There are some helpers to modify PSR.[DAIF] bits that are not referenced > anywhere. The less these bits are available outside of local_irq_* > functions the better. > > Get rid of those unused helpers. > > Signed-off-by: Julien Thie

[PATCH v9 02/26] arm64: Remove unused daif related functions/macros

2019-01-21 Thread Julien Thierry
There are some helpers to modify PSR.[DAIF] bits that are not referenced anywhere. The less these bits are available outside of local_irq_* functions the better. Get rid of those unused helpers. Signed-off-by: Julien Thierry Reviewed-by: Mark Rutland Acked-by: Catalin Marinas Cc: Catalin Marin