summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/pgtable.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-06-20 01:06:27 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-06-20 01:06:27 +0000
commit68a1cd72aca3ddd79de33703a1760887e3dbe164 (patch)
tree128a3c32d6b8883de3fff9a70fd7a68dc643aa55 /include/asm-mips64/pgtable.h
parent6d403070f28cd44860fdb3a53be5da0275c65cf4 (diff)
R3000 cache handling. flush_icache_page now actually flushes
something.
Diffstat (limited to 'include/asm-mips64/pgtable.h')
-rw-r--r--include/asm-mips64/pgtable.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/asm-mips64/pgtable.h b/include/asm-mips64/pgtable.h
index af4251f38..af8a65d0f 100644
--- a/include/asm-mips64/pgtable.h
+++ b/include/asm-mips64/pgtable.h
@@ -1,11 +1,10 @@
-/* $Id: pgtable.h,v 1.14 2000/03/02 02:37:13 ralf Exp $
- *
+/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (C) 1994 - 1999 by Ralf Baechle at alii
- * Copyright (C) 1999 Silicon Graphics, Inc.
+ * Copyright (C) 1994 - 2000 by Ralf Baechle at alii
+ * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
*/
#ifndef _ASM_PGTABLE_H
#define _ASM_PGTABLE_H
@@ -44,7 +43,7 @@ extern void (*_flush_page_to_ram)(struct page * page);
#define flush_page_to_ram(page) _flush_page_to_ram(page)
#define flush_icache_range(start, end) flush_cache_all()
-#define flush_icache_page(start, page) do { } while(0)
+#define flush_icache_page(vma, page) flush_cache_page(vma, page)
/* Basically we have the same two-level (which is the logical three level