summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/syscall.c
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-09-06 23:36:29 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-09-06 23:36:29 +0000
commite564711f1ec052ffb94a86a71be77739bee0a6ce (patch)
tree97e2bebf570fa0afa16be6164cca0a0ff6457756 /arch/mips64/kernel/syscall.c
parent21ae49c3aadeb35ff25ce5e792115cada3f9490d (diff)
Compile fix: flush only L2 cache.
Diffstat (limited to 'arch/mips64/kernel/syscall.c')
-rw-r--r--arch/mips64/kernel/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/kernel/syscall.c b/arch/mips64/kernel/syscall.c
index 009f75b85..daea69e6c 100644
--- a/arch/mips64/kernel/syscall.c
+++ b/arch/mips64/kernel/syscall.c
@@ -180,7 +180,7 @@ sys_sysmips(int cmd, long arg1, int arg2, int arg3)
return 0;
case FLUSH_CACHE:
- __flush_cache_all();
+ _flush_cache_l2();
return 0;
case MIPS_RDNVRAM: