Changeset 35f3b8c in mainline for arch/ppc32/src/proc/scheduler.c
- Timestamp:
- 2006-05-18T23:24:40Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c0bc189
- Parents:
- 8424198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/proc/scheduler.c
r8424198 r35f3b8c 41 41 void before_thread_runs_arch(void) 42 42 { 43 tlb_invalidate_all();43 pht_init(); 44 44 asm volatile ( 45 45 "mtsprg0 %0\n"
Note:
See TracChangeset
for help on using the changeset viewer.