mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
2701a1ad04
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: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
||
---|---|---|
.. | ||
efika.c | ||
Kconfig | ||
lite5200_pm.c | ||
lite5200_sleep.S | ||
lite5200.c | ||
Makefile | ||
mpc52xx_common.c | ||
mpc52xx_gpio.c | ||
mpc52xx_pci.c | ||
mpc52xx_pic.c | ||
mpc52xx_pm.c | ||
mpc52xx_sleep.S | ||
mpc5200_simple.c |