linux-stable-rt/arch/powerpc/platforms/52xx
Julia Lawall 2701a1ad04 powerpc/52xx: 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: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2009-01-08 16:25:11 +11:00
..
Kconfig
Makefile
efika.c
lite5200.c
lite5200_pm.c
lite5200_sleep.S
mpc52xx_common.c powerpc/52xx: Use DEFINE_SPINLOCK 2009-01-08 16:25:11 +11:00
mpc52xx_gpio.c
mpc52xx_pci.c
mpc52xx_pic.c
mpc52xx_pm.c
mpc52xx_sleep.S
mpc5200_simple.c