Changes in uspace/lib/c/arch/mips32/include/config.h [63f8966:78a9e5ab] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/include/config.h
r63f8966 r78a9e5ab 36 36 #define LIBC_mips32_CONFIG_H_ 37 37 38 #define PAGE_WIDTH 39 #define PAGE_SIZE 38 #define PAGE_WIDTH 14 39 #define PAGE_SIZE (1 << PAGE_WIDTH) 40 40 41 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.