Changeset 8440473 in mainline for kernel/arch/sparc64/include/mm/tsb.h
- Timestamp:
- 2006-10-26T21:36:32Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c84448
- Parents:
- 19dce27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/mm/tsb.h
r19dce27 r8440473 43 43 * in TLBs - only one TLB entry will do. 44 44 */ 45 #define TSB_SIZE 2 45 #define TSB_SIZE 2 /* when changing this, change as.c as well */ 46 46 #define ITSB_ENTRY_COUNT (512*(1<<TSB_SIZE)) 47 47 #define DTSB_ENTRY_COUNT (512*(1<<TSB_SIZE))
Note:
See TracChangeset
for help on using the changeset viewer.