aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu/p6/pgtbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cpu/p6/pgtbl.h')
-rw-r--r--src/include/cpu/p6/pgtbl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/cpu/p6/pgtbl.h b/src/include/cpu/p6/pgtbl.h
deleted file mode 100644
index 68e327cd7a..0000000000
--- a/src/include/cpu/p6/pgtbl.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef CPU_P6_PGTBL_H
-#define CPU_P6_PGTBL_H
-
-#define MAPPING_ERROR ((void *)0xffffffffUL)
-void *map_2M_page(int cpu_index, unsigned long page);
-
-#endif /* CPU_P6_PGTBL_H */