Changeset 68965ec5 in mainline for arch/ppc32/src/mm/tlb.c
- Timestamp:
- 2006-05-14T15:26:47Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7c23af9
- Parents:
- b1b723e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/mm/tlb.c
rb1b723e r68965ec5 233 233 234 234 235 void tlb_invalidate_all(void) 236 { 237 ipl_t ipl; 238 239 ipl = interrupts_disable(); 240 memsetb((__address) phte, 1 << PHT_BITS, 0); 241 interrupts_restore(ipl); 242 } 243 244 235 245 /** Print contents of Page Hash Table. */ 236 246 void tlb_print(void)
Note:
See TracChangeset
for help on using the changeset viewer.