From: Benjamin Herrenschmidt Date: Wed, 9 Apr 2008 07:21:34 +0000 (+1000) Subject: [POWERPC] properly declare onstack completion in iseries veth X-Git-Tag: v2.6.26-rc1~1125^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2879fef7ccd1e0891a8f147c20ce6f1501e373b;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed