summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips64')
-rw-r--r--include/asm-mips64/highmem.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/include/asm-mips64/highmem.h b/include/asm-mips64/highmem.h
deleted file mode 100644
index 032acd2ee..000000000
--- a/include/asm-mips64/highmem.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* $Id: highmem.h,v 1.1 2000/01/27 01:05:37 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) 2000 by Ralf Baechle
- * Copyright (C) 2000 Silicon Graphics, Inc.
- */
-#ifndef _ASM_HIGHMEM_H
-#define _ASM_HIGHMEM_H
-
-#include <linux/init.h>
-#include <asm/pgtable.h>
-
-/* declarations for highmem.c */
-extern unsigned long highstart_pfn, highend_pfn;
-
-extern pte_t *kmap_pte;
-extern pgprot_t kmap_prot;
-
-#define kmap_init() do { } while(0)
-#define kmap(page) page_address(page)
-#define kunmap(page) do { } while(0)
-#define kmap_atomic(page, type) page_address(page)
-#define kunmap_atomic(page, type) do { } while(0)
-
-#endif /* _ASM_HIGHMEM_H */