Ignore:
Timestamp:
Jun 6, 2009, 4:22:27 AM (16 years ago)
Author:
Paul Smedley
Message:

Move functions out of config.h into appropriate linux header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/linux/spinlock.h

    r32 r441  
    7878#define write_unlock(lock)              spin_unlock(lock)
    7979
     80#define rwlock_init(x) *(x) = RW_LOCK_UNLOCKED;
     81
    8082#endif /* !SMP */
    8183#endif /* __LINUX_SPINLOCK_H */
Note: See TracChangeset for help on using the changeset viewer.