diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-03 08:41:19 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:35 -0400 |
commit | 2f69ddccb01632dfe5d0ef946ee99000463cd9c4 (patch) | |
tree | 92a4e77e077718d08c6733f7abe604ca0c132042 /arch/mips/pmc-sierra | |
parent | 57468af3267bfb89391f9c607a9637e86e55d299 (diff) |
Convert the remaining SPIN_LOCK_UNLOCKED instances to DEFINE_SPINLOCK.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pmc-sierra')
-rw-r--r-- | arch/mips/pmc-sierra/yosemite/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pmc-sierra/yosemite/smp.c b/arch/mips/pmc-sierra/yosemite/smp.c index 1d3b0734c78c..0527170d6adb 100644 --- a/arch/mips/pmc-sierra/yosemite/smp.c +++ b/arch/mips/pmc-sierra/yosemite/smp.c | |||
@@ -9,7 +9,7 @@ extern void (*mips_hpt_init)(unsigned int); | |||
9 | 9 | ||
10 | #define LAUNCHSTACK_SIZE 256 | 10 | #define LAUNCHSTACK_SIZE 256 |
11 | 11 | ||
12 | static spinlock_t launch_lock __initdata; | 12 | static __initdata DEFINE_SPINLOCK(launch_lock); |
13 | 13 | ||
14 | static unsigned long secondary_sp __initdata; | 14 | static unsigned long secondary_sp __initdata; |
15 | static unsigned long secondary_gp __initdata; | 15 | static unsigned long secondary_gp __initdata; |