summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/pgtable.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
commitd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch)
treee2be02f33984c48ec019c654051d27964e42c441 /include/asm-mips/pgtable.h
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'include/asm-mips/pgtable.h')
-rw-r--r--include/asm-mips/pgtable.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/asm-mips/pgtable.h b/include/asm-mips/pgtable.h
index 2a724ddde..1dc438914 100644
--- a/include/asm-mips/pgtable.h
+++ b/include/asm-mips/pgtable.h
@@ -1,10 +1,11 @@
-/* $Id: pgtable.h,v 1.23 1999/08/13 17:07:27 harald Exp $
+/* $Id: pgtable.h,v 1.24 1999/08/18 23:37:49 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 - 1998 by Ralf Baechle at alii
+ * Copyright (C) 1994 - 1999 by Ralf Baechle at alii
+ * Copyright (C) 1999 Silicon Graphics, Inc.
*/
#ifndef _ASM_PGTABLE_H
#define _ASM_PGTABLE_H
@@ -221,9 +222,6 @@ extern unsigned long zero_page_mask;
extern void load_pgd(unsigned long pg_dir);
-/* to set the page-dir */
-#define SET_PAGE_DIR(tsk,pgdir) (tsk)->tss.pg_dir = ((unsigned long) (pgdir))
-
extern pmd_t invalid_pte_table[PAGE_SIZE/sizeof(pmd_t)];
/*
@@ -568,7 +566,7 @@ extern inline void set_pgdir(unsigned long address, pgd_t entry)
#ifdef __SMP__
int i;
#endif
-
+
read_lock(&tasklist_lock);
for_each_task(p) {
if (!p->mm)
@@ -864,4 +862,6 @@ extern inline void set_context(unsigned long val)
#endif /* !defined (_LANGUAGE_ASSEMBLY) */
+#define io_remap_page_range remap_page_range
+
#endif /* _ASM_PGTABLE_H */