git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23675 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-01-20 22:01:33 +00:00
parent 5ee2c72042
commit 1778540a37
2 changed files with 3 additions and 9 deletions
@@ -10,13 +10,7 @@
#include <string.h>
#include <arch_cpu.h>
enum descriptor_types {
DT_INVALID = 0, // invalid entry
DT_PAGE, // page descriptor
DT_VALID_4, // short page table descriptor
DT_VALID_8, // long page table descriptor
};
#include <arch_mmu.h>
// global pages only available on 040/060
//#define MMU_HAS_GLOBAL_PAGES
+2 -2
View File
@@ -116,9 +116,9 @@ struct long_page_table_entry {
};
#endif
/* ppc
extern void m68k_get_page_table(page_table_entry_group **_pageTable, size_t *_size);
extern void m68k_set_page_table(page_table_entry_group *pageTable, size_t size);
*/
#endif /* _KERNEL_ARCH_M68K_MMU_H */