aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-06-21 14:52:46 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-06-21 14:52:46 +0900
commitdcac0d982777e75e022390d80019f7aeb2ec91f9 (patch)
tree845c2264f3de00054b6a98d66ef08d9a0c951288
parentsh: update the FDPIC relocations. (diff)
parentarch/sh/mm: Eliminate a double lock (diff)
downloadlinux-dev-dcac0d982777e75e022390d80019f7aeb2ec91f9.tar.xz
linux-dev-dcac0d982777e75e022390d80019f7aeb2ec91f9.zip
Merge branch 'sh/stable-updates'
-rw-r--r--arch/sh/mm/pmb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/pmb.c b/arch/sh/mm/pmb.c
index 18623ba751b3..6379091a1647 100644
--- a/arch/sh/mm/pmb.c
+++ b/arch/sh/mm/pmb.c
@@ -770,7 +770,7 @@ static void __init pmb_resize(void)
spin_unlock_irqrestore(&pmbe->lock, flags);
}
- read_lock(&pmb_rwlock);
+ read_unlock(&pmb_rwlock);
}
#endif