Changeset 096d11e5 in mainline for arch/sparc64/include/mm/mmu.h
- Timestamp:
- 2005-12-22T11:09:02Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2cf5634
- Parents:
- d53aba3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/mm/mmu.h
rd53aba3f r096d11e5 104 104 105 105 /** Disable or Enable IMMU. */ 106 static inline immu_set(bool enable)106 static inline void immu_set(bool enable) 107 107 { 108 108 lsu_cr_reg_t cr; … … 115 115 116 116 /** Disable or Enable DMMU. */ 117 static inline dmmu_set(bool enable)117 static inline void dmmu_set(bool enable) 118 118 { 119 119 lsu_cr_reg_t cr;
Note:
See TracChangeset
for help on using the changeset viewer.