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

MIPS: SGI-IP30: Reorder the macros in war.h

Fix the ordering of the macros in arch/mips/mach-ip30/war.h to match
those in arch/mips/mach-ip27/war.h.

Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Joshua Kinard and committed by
Thomas Bogendoerfer
b34a1a71 ec7a9318

+2 -3
+2 -3
arch/mips/include/asm/mach-ip30/war.h
··· 8 8 #define R4600_V1_INDEX_ICACHEOP_WAR 0 9 9 #define R4600_V1_HIT_CACHEOP_WAR 0 10 10 #define R4600_V2_HIT_CACHEOP_WAR 0 11 - #define MIPS_CACHE_SYNC_WAR 0 12 11 #define BCM1250_M3_WAR 0 13 12 #define SIBYTE_1956_WAR 0 14 13 #define MIPS4K_ICACHE_REFILL_WAR 0 15 - #define MIPS34K_MISSED_ITLB_WAR 0 14 + #define MIPS_CACHE_SYNC_WAR 0 16 15 #define TX49XX_ICACHE_INDEX_INV_WAR 0 17 16 #define ICACHE_REFILLS_WORKAROUND_WAR 0 18 - 19 17 #ifdef CONFIG_CPU_R10000 20 18 #define R10000_LLSC_WAR 1 21 19 #else 22 20 #define R10000_LLSC_WAR 0 23 21 #endif 22 + #define MIPS34K_MISSED_ITLB_WAR 0 24 23 25 24 #endif /* __ASM_MIPS_MACH_IP30_WAR_H */