Changeset cd896e2 in mainline
- Timestamp:
- 2006-12-13T22:48:30Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0313ff0
- Parents:
- 38d304b
- Location:
- kernel/arch/sparc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/cpu.h
r38d304b rcd896e2 56 56 ver_reg_t ver; 57 57 uint32_t clock_frequency; /**< Processor frequency in MHz. */ 58 int dcache_active; /**< When non-zero, the D-cache is not being shot down. */59 58 }; 60 59 -
kernel/arch/sparc64/src/cpu/cpu.c
r38d304b rcd896e2 92 92 dtlb_insert_mapping((uintptr_t) CPU->stack, KA2PA(CPU->stack), PAGESIZE_8K, true, true); 93 93 } 94 95 /*96 * Set the D-cache active flag.97 * Needed for the D-cache to work.98 */99 CPU->arch.dcache_active = 1;100 94 } 101 95
Note:
See TracChangeset
for help on using the changeset viewer.