diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-06-21 09:52:46 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-06-21 09:52:46 +0400 |
commit | dcac0d982777e75e022390d80019f7aeb2ec91f9 (patch) | |
tree | 845c2264f3de00054b6a98d66ef08d9a0c951288 | |
parent | 9a9fcfa04e86d26dd6129eb08165b696d602a118 (diff) | |
parent | 0e6f989ba83e6fa64e979d3488f01670b8be7959 (diff) | |
download | linux-dcac0d982777e75e022390d80019f7aeb2ec91f9.tar.xz |
Merge branch 'sh/stable-updates'
-rw-r--r-- | arch/sh/mm/pmb.c | 2 |
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 |