Changeset d1f8a87 in mainline for arch/amd64/include/mm/page.h
- Timestamp:
- 2006-03-14T10:42:04Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06e6805
- Parents:
- e74cb73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/mm/page.h
re74cb73 rd1f8a87 32 32 #include <arch/mm/frame.h> 33 33 34 #define PAGE_WIDTH FRAME_WIDTH 35 #define PAGE_SIZE FRAME_SIZE 36 37 #ifdef KERNEL 38 34 39 #ifndef __ASM__ 35 40 # include <mm/page.h> 36 41 # include <arch/types.h> 37 42 #endif 38 39 #define PAGE_WIDTH FRAME_WIDTH40 #define PAGE_SIZE FRAME_SIZE41 43 42 44 #ifndef __ASM__ … … 143 145 extern void page_arch_init(void); 144 146 145 #endif 147 #endif /* __ASM__ */ 148 149 #endif /* KERNEL */ 146 150 147 151 #endif
Note:
See TracChangeset
for help on using the changeset viewer.