cpu.h (879f99ef2c4c05d9a7f0a67a05f1415663119825) cpu.h (321b1863ff32a5900e1d8c10a8420b9a8df6c555)
1/*
2 * cpu.h: Values of the PRId register used to match up
3 * various MIPS cpu types.
4 *
5 * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
6 * Copyright (C) 2004, 2013 Maciej W. Rozycki
7 */
8#ifndef _ASM_CPU_H

--- 267 unchanged lines hidden (view full) ---

276 /*
277 * R4000 class processors
278 */
279 CPU_R4000PC, CPU_R4000SC, CPU_R4000MC, CPU_R4200, CPU_R4300, CPU_R4310,
280 CPU_R4400PC, CPU_R4400SC, CPU_R4400MC, CPU_R4600, CPU_R4640, CPU_R4650,
281 CPU_R4700, CPU_R5000, CPU_R5500, CPU_NEVADA, CPU_R5432, CPU_R10000,
282 CPU_R12000, CPU_R14000, CPU_VR41XX, CPU_VR4111, CPU_VR4121, CPU_VR4122,
283 CPU_VR4131, CPU_VR4133, CPU_VR4181, CPU_VR4181A, CPU_RM7000,
1/*
2 * cpu.h: Values of the PRId register used to match up
3 * various MIPS cpu types.
4 *
5 * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
6 * Copyright (C) 2004, 2013 Maciej W. Rozycki
7 */
8#ifndef _ASM_CPU_H

--- 267 unchanged lines hidden (view full) ---

276 /*
277 * R4000 class processors
278 */
279 CPU_R4000PC, CPU_R4000SC, CPU_R4000MC, CPU_R4200, CPU_R4300, CPU_R4310,
280 CPU_R4400PC, CPU_R4400SC, CPU_R4400MC, CPU_R4600, CPU_R4640, CPU_R4650,
281 CPU_R4700, CPU_R5000, CPU_R5500, CPU_NEVADA, CPU_R5432, CPU_R10000,
282 CPU_R12000, CPU_R14000, CPU_VR41XX, CPU_VR4111, CPU_VR4121, CPU_VR4122,
283 CPU_VR4131, CPU_VR4133, CPU_VR4181, CPU_VR4181A, CPU_RM7000,
284 CPU_SR71000, CPU_RM9000, CPU_TX49XX,
284 CPU_SR71000, CPU_TX49XX,
285
286 /*
287 * R8000 class processors
288 */
289 CPU_R8000,
290
291 /*
292 * TX3900 class processors

--- 87 unchanged lines hidden ---
285
286 /*
287 * R8000 class processors
288 */
289 CPU_R8000,
290
291 /*
292 * TX3900 class processors

--- 87 unchanged lines hidden ---