page.c (3eb66e91a25497065c5322b1268cbc3953642227) | page.c (268a2d60013049cfd9a0aada77284aa6ea8ad26a) |
---|---|
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) 2003, 04, 05 Ralf Baechle (ralf@linux-mips.org) 7 * Copyright (C) 2007 Maciej W. Rozycki 8 * Copyright (C) 2008 Thiemo Seufer --- 173 unchanged lines hidden (view full) --- 182 pref_src_mode = Pref_Load; 183 pref_dst_mode = Pref_Store; 184 } else { 185 pref_src_mode = Pref_LoadStreamed; 186 pref_dst_mode = Pref_StoreStreamed; 187 } 188 break; 189 | 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) 2003, 04, 05 Ralf Baechle (ralf@linux-mips.org) 7 * Copyright (C) 2007 Maciej W. Rozycki 8 * Copyright (C) 2008 Thiemo Seufer --- 173 unchanged lines hidden (view full) --- 182 pref_src_mode = Pref_Load; 183 pref_dst_mode = Pref_Store; 184 } else { 185 pref_src_mode = Pref_LoadStreamed; 186 pref_dst_mode = Pref_StoreStreamed; 187 } 188 break; 189 |
190 case CPU_LOONGSON3: | 190 case CPU_LOONGSON64: |
191 /* Loongson-3 only support the Pref_Load/Pref_Store. */ 192 pref_bias_clear_store = 128; 193 pref_bias_copy_load = 128; 194 pref_bias_copy_store = 128; 195 pref_src_mode = Pref_Load; 196 pref_dst_mode = Pref_Store; 197 break; 198 --- 480 unchanged lines hidden --- | 191 /* Loongson-3 only support the Pref_Load/Pref_Store. */ 192 pref_bias_clear_store = 128; 193 pref_bias_copy_load = 128; 194 pref_bias_copy_store = 128; 195 pref_src_mode = Pref_Load; 196 pref_dst_mode = Pref_Store; 197 break; 198 --- 480 unchanged lines hidden --- |