diff options
Diffstat (limited to 'arch/sparc64/mm/init.c')
-rw-r--r-- | arch/sparc64/mm/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc64/mm/init.c b/arch/sparc64/mm/init.c index 3010227fe243..f0ab9aab308f 100644 --- a/arch/sparc64/mm/init.c +++ b/arch/sparc64/mm/init.c | |||
@@ -631,7 +631,6 @@ void prom_world(int enter) | |||
631 | __asm__ __volatile__("flushw"); | 631 | __asm__ __volatile__("flushw"); |
632 | } | 632 | } |
633 | 633 | ||
634 | #ifdef DCACHE_ALIASING_POSSIBLE | ||
635 | void __flush_dcache_range(unsigned long start, unsigned long end) | 634 | void __flush_dcache_range(unsigned long start, unsigned long end) |
636 | { | 635 | { |
637 | unsigned long va; | 636 | unsigned long va; |
@@ -655,7 +654,6 @@ void __flush_dcache_range(unsigned long start, unsigned long end) | |||
655 | "i" (ASI_DCACHE_INVALIDATE)); | 654 | "i" (ASI_DCACHE_INVALIDATE)); |
656 | } | 655 | } |
657 | } | 656 | } |
658 | #endif /* DCACHE_ALIASING_POSSIBLE */ | ||
659 | 657 | ||
660 | /* get_new_mmu_context() uses "cache + 1". */ | 658 | /* get_new_mmu_context() uses "cache + 1". */ |
661 | DEFINE_SPINLOCK(ctx_alloc_lock); | 659 | DEFINE_SPINLOCK(ctx_alloc_lock); |