Ignore:
Timestamp:
2008-11-21T22:31:43Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ef687799
Parents:
741fd16
Message:

Get rid of int_lock from udebug_thread_t, as is flawed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/udebug/udebug.h

    r741fd16 r32e6c9c  
    170170 */
    171171typedef struct {
    172         /**
    173          * Prevent deadlock with udebug_before_thread_runs() in interrupt
    174          * handler, without actually disabling interrupts.
    175          * ==0 means "unlocked", >0 means "locked"
    176          */
    177         atomic_t int_lock;
    178 
    179172        /** Synchronize debug ops on this thread / access to this structure. */
    180173        mutex_t lock;
Note: See TracChangeset for help on using the changeset viewer.