Commit ab574307 authored by Thomas Bogendoerfer's avatar Thomas Bogendoerfer
Browse files

MIPS: Get rid of BCM1250_M3_WAR



BCM1250_M3_WAR is depending on CONFIG_CONFIG_SB1_PASS_2_WORKAROUNDS.
So using this option directly lets and remove define.

Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 43df4eb2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -9,8 +9,6 @@
#ifndef __ASM_MIPS_MACH_CAVIUM_OCTEON_WAR_H
#define __ASM_MIPS_MACH_CAVIUM_OCTEON_WAR_H

#define BCM1250_M3_WAR			0

#define CAVIUM_OCTEON_DCACHE_PREFETCH_WAR	\
	OCTEON_IS_MODEL(OCTEON_CN6XXX)

+0 −2
Original line number Diff line number Diff line
@@ -8,6 +8,4 @@
#ifndef __ASM_MACH_GENERIC_WAR_H
#define __ASM_MACH_GENERIC_WAR_H

#define BCM1250_M3_WAR			0

#endif /* __ASM_MACH_GENERIC_WAR_H */
+0 −2
Original line number Diff line number Diff line
@@ -8,6 +8,4 @@
#ifndef __ASM_MIPS_MACH_IP22_WAR_H
#define __ASM_MIPS_MACH_IP22_WAR_H

#define BCM1250_M3_WAR			0

#endif /* __ASM_MIPS_MACH_IP22_WAR_H */
+0 −2
Original line number Diff line number Diff line
@@ -8,6 +8,4 @@
#ifndef __ASM_MIPS_MACH_IP27_WAR_H
#define __ASM_MIPS_MACH_IP27_WAR_H

#define BCM1250_M3_WAR			0

#endif /* __ASM_MIPS_MACH_IP27_WAR_H */
+0 −2
Original line number Diff line number Diff line
@@ -8,6 +8,4 @@
#ifndef __ASM_MIPS_MACH_IP28_WAR_H
#define __ASM_MIPS_MACH_IP28_WAR_H

#define BCM1250_M3_WAR			0

#endif /* __ASM_MIPS_MACH_IP28_WAR_H */
Loading