Ignore:
Timestamp:
2006-09-18T11:47:28Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
29b2bbf
Parents:
f1d1f5d3
Message:
  • Create a dedicated slab cache for as_t objects and switch from malloc/free to slab_alloc/slab_free for

them.

  • Slightly fix and improve both the kernel and userspace atomic_add() on sparc64.
  • More TSB work on the sparc64 front.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/proc/scheduler.c

    rf1d1f5d3 r57da95c  
    121121        if ((THREAD->flags & THREAD_FLAG_USPACE)) {
    122122                /*
    123                  * If this thread executes also in userspace, we have to force all
    124                  * its still-active userspace windows into the userspace window buffer
    125                  * and demap the buffer from DTLB.
     123                 * If this thread executes also in userspace, we have to
     124                 * demap the userspace window buffer from DTLB.
    126125                 */
    127126                ASSERT(THREAD->arch.uspace_window_buffer);
Note: See TracChangeset for help on using the changeset viewer.