Changeset 35f3b8c in mainline for arch/ppc32/src/proc/scheduler.c


Ignore:
Timestamp:
2006-05-18T23:24:40Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c0bc189
Parents:
8424198
Message:

ppc32 work
update framebuffer
get rid of the BAT memory mapping (not finished yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/src/proc/scheduler.c

    r8424198 r35f3b8c  
    4141void before_thread_runs_arch(void)
    4242{
    43         tlb_invalidate_all();
     43        pht_init();
    4444        asm volatile (
    4545                "mtsprg0 %0\n"
Note: See TracChangeset for help on using the changeset viewer.