]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] properly declare onstack completion in iseries veth
authorBenjamin Herrenschmidt <benh@ozlabs.org>
Wed, 9 Apr 2008 07:21:34 +0000 (17:21 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 16 Apr 2008 21:46:11 +0000 (07:46 +1000)
commitb577cc7e88c57ffee29482a0bb2cbdea5f0d6bae
treebcde1c24f283dec86d1010b3c9f1c0dc74814a5a
parenta414a11cd7fc6fc4de7074aa96ce3b9010d04822
[POWERPC] properly declare onstack completion in iseries veth

The iSeries veth driver uses an on-stack struct completion that
it initializes using the COMPLETION_INITIALIZER instead of
COMPLETION_INITIALIZER_ONSTACK macro, causing problems with
lockdep.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/net/iseries_veth.c