Changeset 2057572 in mainline for uspace/libc/arch/sparc64/include/config.h
- Timestamp:
- 2007-03-27T23:40:25Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 399ece9
- Parents:
- 8d37a06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/arch/sparc64/include/config.h
r8d37a06 r2057572 36 36 #define LIBC_sparc64_CONFIG_H_ 37 37 38 #define PAGE_WIDTH 1 339 #define PAGE_SIZE (1 <<PAGE_WIDTH)40 #define PAGE_COLOR_BITS 1 /**< Bit 13 is the page color. */38 #define PAGE_WIDTH 14 39 #define PAGE_SIZE (1 << PAGE_WIDTH) 40 #define PAGE_COLOR_BITS 0 /**< Only one page color. */ 41 41 42 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.