OSDN Git Service

arm64: entry: remove test_irqs_unmasked macro
authorMark Rutland <mark.rutland@arm.com>
Tue, 23 Mar 2021 18:12:01 +0000 (18:12 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 25 Mar 2021 12:55:57 +0000 (12:55 +0000)
commit9eef29d8c31bdb8d6254b99e3dc741c75832fd6b
tree54c587067331cd4d3450f3edf604142fb45d52cb
parent98c5ec77c7c5e19e2112825525db5cede8d3f939
arm64: entry: remove test_irqs_unmasked macro

We haven't needed the test_irqs_unmasked macro since commit:

  105fc3352077bba5 ("arm64: entry: move el1 irq/nmi logic to C")

... and as we convert more of the entry logic to C it is decreasingly
likely we'll need it in future, so let's remove the unused macro.

There should be no functional change as a result of this patch.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: James Morse <james.morse@arm.com>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Will Deacon <will@kernel.org>
Acked-by: Marc Zyngier <maz@kernel.org>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20210323181201.18889-1-mark.rutland@arm.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/entry.S