diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-09-06 23:36:29 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-09-06 23:36:29 +0000 |
commit | e564711f1ec052ffb94a86a71be77739bee0a6ce (patch) | |
tree | 97e2bebf570fa0afa16be6164cca0a0ff6457756 /arch | |
parent | 21ae49c3aadeb35ff25ce5e792115cada3f9490d (diff) |
Compile fix: flush only L2 cache.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips64/kernel/syscall.c | 2 |
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: |