Changeset d1f8a87 in mainline for arch/mips32
- Timestamp:
- 2006-03-14T10:42:04Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06e6805
- Parents:
- e74cb73
- Location:
- arch/mips32/include/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/mm/frame.h
re74cb73 rd1f8a87 33 33 #define FRAME_SIZE (1<<FRAME_WIDTH) 34 34 35 #ifdef KERNEL 36 #ifndef __ASM__ 37 35 38 extern void frame_arch_init(void); 36 39 40 #endif /* __ASM__ */ 41 #endif /* KERNEL */ 42 37 43 #endif -
arch/mips32/include/mm/page.h
re74cb73 rd1f8a87 30 30 #define __mips32_PAGE_H__ 31 31 32 #include <arch/mm/frame.h> 33 32 34 #define PAGE_WIDTH FRAME_WIDTH 33 35 #define PAGE_SIZE FRAME_SIZE … … 40 42 # define PA2KA(x) ((x) + 0x80000000) 41 43 #endif 44 45 #ifdef KERNEL 42 46 43 47 /* … … 135 139 #endif /* __ASM__ */ 136 140 141 #endif /* KERNEL */ 142 137 143 #endif
Note:
See TracChangeset
for help on using the changeset viewer.