diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-10-13 23:03:21 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-13 23:03:21 -0700 |
commit | 42d5f99b1d801b87c45c87d7392f610d5aef351b (patch) | |
tree | 125fdd9fbb002739a542c68c8fd07816d904c795 /arch/sparc64/mm | |
parent | f14356de1c9eef6cd7ca9679457d8f5f2411f617 (diff) | |
download | linux-3.10-42d5f99b1d801b87c45c87d7392f610d5aef351b.tar.gz linux-3.10-42d5f99b1d801b87c45c87d7392f610d5aef351b.tar.bz2 linux-3.10-42d5f99b1d801b87c45c87d7392f610d5aef351b.zip |
[SPARC64]: Only use bypass accesses to INO buckets.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/mm')
-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 3010227fe24..f0ab9aab308 100644 --- a/arch/sparc64/mm/init.c +++ b/arch/sparc64/mm/init.c @@ -631,7 +631,6 @@ void prom_world(int enter) __asm__ __volatile__("flushw"); } -#ifdef DCACHE_ALIASING_POSSIBLE void __flush_dcache_range(unsigned long start, unsigned long end) { unsigned long va; @@ -655,7 +654,6 @@ void __flush_dcache_range(unsigned long start, unsigned long end) "i" (ASI_DCACHE_INVALIDATE)); } } -#endif /* DCACHE_ALIASING_POSSIBLE */ /* get_new_mmu_context() uses "cache + 1". */ DEFINE_SPINLOCK(ctx_alloc_lock); |