lkml.org 
[lkml]   [2013]   [Aug]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] arm: spear: platsmp: fix lock definition
Date
raw_spin_{lock,unlock}() functions, we must
pass a raw_spinlock_t as argument.

Previous patch converting ARM boot_lock to
raw_spinlock_t missed this one spot. Fix it.

Signed-off-by: Felipe Balbi <balbi@ti.com>
---

compile tested only, I don't have any spear boards.

But at least solves the argument error compile warnings.

arch/arm/mach-spear/platsmp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-spear/platsmp.c b/arch/arm/mach-spear/platsmp.c
index 382eef6..ec5437d 100644
--- a/arch/arm/mach-spear/platsmp.c
+++ b/arch/arm/mach-spear/platsmp.c
@@ -20,7 +20,7 @@
#include <mach/spear.h>
#include "generic.h"

-static DEFINE_SPINLOCK(boot_lock);
+static DEFINE_RAW_SPINLOCK(boot_lock);

static void __iomem *scu_base = IOMEM(VA_SCU_BASE);

--
1.8.3.4.840.g6a90778


\
 
 \ /
  Last update: 2013-08-01 16:21    [W:0.033 / U:0.544 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site