diff options
Diffstat (limited to 'arch/mips/mm/pg-r4k.c')
-rw-r--r-- | arch/mips/mm/pg-r4k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/pg-r4k.c b/arch/mips/mm/pg-r4k.c index c0294541d295..4f770ac885ce 100644 --- a/arch/mips/mm/pg-r4k.c +++ b/arch/mips/mm/pg-r4k.c | |||
@@ -354,7 +354,7 @@ void __init build_clear_page(void) | |||
354 | store_offset = 0; | 354 | store_offset = 0; |
355 | 355 | ||
356 | if (cpu_has_prefetch) { | 356 | if (cpu_has_prefetch) { |
357 | switch (current_cpu_data.cputype) { | 357 | switch (current_cpu_type()) { |
358 | case CPU_TX49XX: | 358 | case CPU_TX49XX: |
359 | /* TX49 supports only Pref_Load */ | 359 | /* TX49 supports only Pref_Load */ |
360 | pref_offset_clear = 0; | 360 | pref_offset_clear = 0; |