commit | c3a66359398028cd8e5f32611950dc7dc32ea2f2 | [log] [tgz] |
---|---|---|
author | Yong Zhang <yong.zhang0@gmail.com> | Wed Dec 16 04:35:57 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Dec 18 14:55:44 2009 +1100 |
tree | e98e259fff561dab25140a19f7fe5107e8a4dfb5 | |
parent | 7a96c6b22efbd84e195836e192a3ce478cd6e14c [diff] |
powerpc/iseries: use DECLARE_COMPLETION_ONSTACK for non-constant completion The _ONSTACK variant should be used for on-stack completion, otherwise it will break lockdep. Signed-off-by: Yong Zhang <yong.zhang0@gmail.com> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Cc: linuxppc-dev@ozlabs.org Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>