Changeset ae318d3 in mainline for kernel/generic/src/proc/task.c


Ignore:
Timestamp:
2009-02-16T18:50:48Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06da55b
Parents:
17f168e
Message:

overhaul pareas: use one single physical area for the physical address space not belonging to physical memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/task.c

    r17f168e rae318d3  
    340340               
    341341                thr = list_get_instance(cur, thread_t, th_link);
    342                        
     342               
    343343                spinlock_lock(&thr->lock);
    344344                thr->interrupted = true;
Note: See TracChangeset for help on using the changeset viewer.