Files
linux/arch/parisc/kernel
Julia Lawall aefa8b6bf4 parisc: Use DEFINE_SPINLOCK
SPIN_LOCK_UNLOCKED is deprecated.  The following makes the change suggested
in Documentation/spinlocks.txt

The semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/)

// <smpl>
@@
declarer name DEFINE_SPINLOCK;
identifier xxx_lock;
@@

- spinlock_t xxx_lock = SPIN_LOCK_UNLOCKED;
+ DEFINE_SPINLOCK(xxx_lock);
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
2009-01-05 19:13:18 +00:00
..
2008-03-15 19:12:19 -07:00
2008-10-10 16:32:30 +00:00
2008-12-31 18:07:42 -05:00
2009-01-05 19:09:02 +00:00
2005-04-16 15:20:36 -07:00
2009-01-05 19:13:18 +00:00
2009-01-05 19:09:02 +00:00
2007-07-29 17:09:29 -07:00
2008-11-20 13:09:17 -08:00
2008-10-10 16:32:28 +00:00
2009-01-05 19:09:02 +00:00
2009-01-05 19:09:02 +00:00
2005-04-16 15:20:36 -07:00
2009-01-05 19:09:02 +00:00