diff options
author | 2019-08-06 12:52:31 -0700 | |
---|---|---|
committer | 2019-08-06 14:29:30 -0700 | |
commit | 905421ee15357c31d5d201de9c1efafc69ea78db (patch) | |
tree | da242cfd8ff710fba9b2bf91687c3f89a64a236b | |
parent | MIPS: octeon: Remove cpu_has_saa (diff) | |
download | wireguard-linux-905421ee15357c31d5d201de9c1efafc69ea78db.tar.xz wireguard-linux-905421ee15357c31d5d201de9c1efafc69ea78db.zip |
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 <paul.burton@mips.com>
-rw-r--r-- | arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |