Changeset cd896e2 in mainline for kernel/arch/sparc64/src/cpu/cpu.c
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.