summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/pgtable.h
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-08-04 17:51:26 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-08-04 17:51:26 +0000
commit2b30040d668f86a68489b9ecf427384032b141cd (patch)
treeaf5bc2acefa74d9e8516e78d263677e304830d50 /include/asm-mips64/pgtable.h
parent88d841ccdf48445d22b6a378b6f54f8ea53ab8d4 (diff)
Delete unused definition of pte_page.
Diffstat (limited to 'include/asm-mips64/pgtable.h')
-rw-r--r--include/asm-mips64/pgtable.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-mips64/pgtable.h b/include/asm-mips64/pgtable.h
index 94ef5eee8..81e3273c2 100644
--- a/include/asm-mips64/pgtable.h
+++ b/include/asm-mips64/pgtable.h
@@ -266,11 +266,6 @@ extern pmd_t empty_bad_pmd_table[2*PAGE_SIZE/sizeof(pmd_t)];
* Conversion functions: convert a page and protection to a page entry,
* and a page entry and page directory to the page they refer to.
*/
-extern inline unsigned long pte_page(pte_t pte)
-{
- return PAGE_OFFSET + (pte_val(pte) & PAGE_MASK);
-}
-
extern inline unsigned long pmd_page(pmd_t pmd)
{
return pmd_val(pmd);