Ignore:
Timestamp:
2010-05-26T18:04:55Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8e99bb
Parents:
3c664d6
Message:

Remove spinlock_unlocked() and irq_spinlock_unlocked() interfaces because their use in assertions would be a dangerous business.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/synch/spinlock.h

    r3c664d6 r313b617  
    116116extern void spinlock_unlock_debug(spinlock_t *);
    117117extern bool spinlock_locked(spinlock_t *);
    118 extern bool spinlock_unlocked(spinlock_t *);
    119118
    120119/** Unlock spinlock
     
    288287extern void irq_spinlock_exchange(irq_spinlock_t *, irq_spinlock_t *);
    289288extern bool irq_spinlock_locked(irq_spinlock_t *);
    290 extern bool irq_spinlock_unlocked(irq_spinlock_t *);
    291289
    292290#endif
Note: See TracChangeset for help on using the changeset viewer.