Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-1
-1
arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h
··· 59 59 60 60 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON) 61 61 62 - #define ARCH_HAS_IRQ_PER_CPU 1 63 62 #define ARCH_HAS_SPINLOCK_PREFETCH 1 64 63 #define spin_lock_prefetch(x) prefetch(x) 65 64 #define PREFETCH_STRIDE 128