c-r4k.c (f2e5d078f7f02d4289db31f5f63e23e39914075e) | c-r4k.c (f8fa4811dbb264aef13f982e963389fd828b1ac0) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 7 * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Ralf Baechle (ralf@gnu.org) 8 * Copyright (C) 1999, 2000 Silicon Graphics, Inc. --- 1043 unchanged lines hidden (view full) --- 1052 break; 1053 1054 case CPU_R10000: 1055 case CPU_R12000: 1056 case CPU_R14000: 1057 break; 1058 1059 case CPU_M14KC: | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 1996 David S. Miller (davem@davemloft.net) 7 * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Ralf Baechle (ralf@gnu.org) 8 * Copyright (C) 1999, 2000 Silicon Graphics, Inc. --- 1043 unchanged lines hidden (view full) --- 1052 break; 1053 1054 case CPU_R10000: 1055 case CPU_R12000: 1056 case CPU_R14000: 1057 break; 1058 1059 case CPU_M14KC: |
1060 case CPU_M14KEC: |
|
1060 case CPU_24K: 1061 case CPU_34K: 1062 case CPU_74K: 1063 case CPU_1004K: 1064 if (c->cputype == CPU_74K) 1065 alias_74k_erratum(c); 1066 if ((read_c0_config7() & (1 << 16))) { 1067 /* effectively physically indexed dcache, --- 414 unchanged lines hidden --- | 1061 case CPU_24K: 1062 case CPU_34K: 1063 case CPU_74K: 1064 case CPU_1004K: 1065 if (c->cputype == CPU_74K) 1066 alias_74k_erratum(c); 1067 if ((read_c0_config7() & (1 << 16))) { 1068 /* effectively physically indexed dcache, --- 414 unchanged lines hidden --- |