Ignore:
Timestamp:
2006-12-21T08:02:01Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b84ce45
Parents:
730376d
Message:

sparc64 work:

  • No need to lock kernel stack and userspace window buffer into DTLB.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/trap/trap_table.S

    r730376d r0af7a09  
    743743        rd %y, %g4
    744744
    745         /*
    746          * The following memory accesses will not fault
    747          * because special provisions are made to have
    748          * the kernel stack of THREAD locked in DTLB.
    749          */
    750745        stx %g1, [%sp + PREEMPTIBLE_HANDLER_STACK_FRAME_SIZE + STACK_BIAS + SAVED_TSTATE]
    751746        stx %g2, [%sp + PREEMPTIBLE_HANDLER_STACK_FRAME_SIZE + STACK_BIAS + SAVED_TPC]
Note: See TracChangeset for help on using the changeset viewer.