On 2025/8/5 23:05, Ada Couprie Diaz wrote: > On 29/07/2025 02:54, Jinjie Ruan wrote: > >> The generic entry code expects architecture code to provide >> regs_irqs_disabled(regs) function, but arm64 does not have this and >> provides inerrupts_enabled(regs), which has the opposite polarity. > Nit: "interrupts_enabled(regs)" Good catch! thank you for the review. >> In preparation for moving arm64 over to the generic entry code, >> relace arm64's interrupts_enabled() with regs_irqs_disabled() and >> update its callers under arch/arm64. >> >> For the moment, a definition of interrupts_enabled() is provided for >> the GICv3 driver. Once arch/arm implement regs_irqs_disabled(), this >> can be removed. >> >> Delete the fast_interrupts_enabled() macro as it is unused and we >> don't want any new users to show up. >> >> No functional changes. >> >> Acked-by: Mark Rutland <mark.rutl...@arm.com> >> Suggested-by: Mark Rutland <mark.rutl...@arm.com> >> Signed-off-by: Jinjie Ruan <ruanjin...@huawei.com> >> --- > Otherwise looks good to me ! > Reviewed-by: Ada Couprie Diaz <ada.coupried...@arm.com> >
- Re: [PATCH -next v7 4/7] arm64: entry: Use preempt_c... Ada Couprie Diaz
- [PATCH -next v7 6/7] arm64: entry: Move arm64_preempt_sch... Jinjie Ruan
- Re: [PATCH -next v7 6/7] arm64: entry: Move arm64_pr... Ada Couprie Diaz
- [PATCH -next v7 7/7] arm64: entry: Switch to generic IRQ ... Jinjie Ruan
- Re: [PATCH -next v7 7/7] arm64: entry: Switch to gen... Ada Couprie Diaz
- [PATCH -next v7 3/7] arm64: entry: Rework arm64_preempt_s... Jinjie Ruan
- Re: [PATCH -next v7 3/7] arm64: entry: Rework arm64_... Ada Couprie Diaz
- [PATCH -next v7 1/7] arm64: ptrace: Replace interrupts_en... Jinjie Ruan
- Re: [PATCH -next v7 1/7] arm64: ptrace: Replace inte... Ada Couprie Diaz
- Re: [PATCH -next v7 1/7] arm64: ptrace: Replace ... Jinjie Ruan
- [PATCH -next v7 2/7] arm64: entry: Refactor the entry and... Jinjie Ruan
- Re: [PATCH -next v7 2/7] arm64: entry: Refactor the ... Ada Couprie Diaz
- Re: [PATCH -next v7 2/7] arm64: entry: Refactor ... Jinjie Ruan
- Re: [PATCH -next v7 2/7] arm64: entry: Refac... Ada Couprie Diaz
- Re: [PATCH -next v7 2/7] arm64: entry: Refactor the ... Mark Rutland
- Re: [PATCH -next v7 0/7] arm64: entry: Convert to generic... Ada Couprie Diaz
- Re: [PATCH -next v7 0/7] arm64: entry: Convert to ge... Jinjie Ruan
- Re: [PATCH -next v7 0/7] arm64: entry: Convert t... Ada Couprie Diaz
- Re: [PATCH -next v7 0/7] arm64: entry: Conve... Jinjie Ruan
- Re: [PATCH -next v7 0/7] arm64: entry: Convert to generic... Mark Rutland