Ignore:
Timestamp:
2006-07-13T22:11:26Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c6e314a
Parents:
a5f76758
Message:

Move functionality of tlb_arch_init() to take_over_tlb_and_tt().
Call take_over_tlb_and_tt() very early after the kernel starts
executing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/trap/trap.h

    ra5f76758 r10b890b  
    4242static inline void trap_switch_trap_table(void)
    4343{
    44         /* Point TBA to kernel copy of OFW's trap table. */
     44        /* Point TBA to kernel trap table. */
    4545        tba_write((uint64_t) trap_table);
    4646}
Note: See TracChangeset for help on using the changeset viewer.