summaryrefslogtreecommitdiff
path: root/src/include/cpu/p6/pgtbl.h
blob: 68e327cd7a38f8a2e1b8a33068a67498aadc8e1e (plain)
1
2
3
4
5
6
7
#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  */