commit | d86d9b8cab45adf64e2ea8fe975bec3282b5de81 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Tue Sep 26 11:54:16 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Tue Sep 26 15:41:03 2006 +1000 |
tree | 5e5f5da5139c819f3d77ab2b6a0cb1e6b339f4ea | |
parent | 022d51b1b28d25d50935c39d7968fefe34102a9f [diff] |
[POWERPC] fix spin lock nesting in hvc_iseries We had nested spinlocks using the same flags variable, but it turns out that we don't need the nested locks at all (the lock protects a static buffer that we aren't using here), so just remove the extra locks. Spotted by Alexey Dobriyan. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>