From: Paul Burton Date: Tue, 6 Aug 2019 19:52:31 +0000 (-0700) Subject: MIPS: octeon: Remove ARCH_HAS_IRQ_PER_CPU X-Git-Tag: for-linus-2019-09-27~40^2~39 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=905421ee15357c31d5d201de9c1efafc69ea78db;p=linux-block.git MIPS: octeon: Remove ARCH_HAS_IRQ_PER_CPU ARCH_HAS_IRQ_PER_CPU is unused anywhere in the kernel - remove the definition. Signed-off-by: Paul Burton --- diff --git a/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h b/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h index 93dd03ad7f9f..513270c8adb9 100644 --- a/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h @@ -59,7 +59,6 @@ #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON) -#define ARCH_HAS_IRQ_PER_CPU 1 #define ARCH_HAS_SPINLOCK_PREFETCH 1 #define spin_lock_prefetch(x) prefetch(x) #define PREFETCH_STRIDE 128