1baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle/*
2baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle * This file is subject to the terms and conditions of the GNU General Public
3baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle * License.  See the file "COPYING" in the main directory of this archive
4baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle * for more details.
5baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle *
6baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle * Copyright (C) 2002, 2004, 2007 by Ralf Baechle <ralf@linux-mips.org>
7baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle */
88e4971175acc910eb4258df82a6bd8f2c4e4e5b5Wu Zhangjin#ifndef __ASM_MACH_LOONGSON_WAR_H
98e4971175acc910eb4258df82a6bd8f2c4e4e5b5Wu Zhangjin#define __ASM_MACH_LOONGSON_WAR_H
10baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle
11baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define R4600_V1_INDEX_ICACHEOP_WAR	0
12baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define R4600_V1_HIT_CACHEOP_WAR	0
13baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define R4600_V2_HIT_CACHEOP_WAR	0
14baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define R5432_CP0_INTERRUPT_WAR		0
15baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define BCM1250_M3_WAR			0
16baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define SIBYTE_1956_WAR			0
17baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define MIPS4K_ICACHE_REFILL_WAR	0
18baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define MIPS_CACHE_SYNC_WAR		0
19baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define TX49XX_ICACHE_INDEX_INV_WAR	0
20baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define RM9000_CDEX_SMP_WAR		0
21baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define ICACHE_REFILLS_WORKAROUND_WAR	0
22baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define R10000_LLSC_WAR			0
23baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle#define MIPS34K_MISSED_ITLB_WAR		0
24baf22c1e7aedf264e264b15d2595e5e76564bd4eRalf Baechle
258e4971175acc910eb4258df82a6bd8f2c4e4e5b5Wu Zhangjin#endif /* __ASM_MACH_LEMOTE_WAR_H */
26