From: Al Viro Date: Fri, 30 Sep 2005 02:36:50 +0000 (+0100) Subject: [PATCH] bogus BUILD_BUG_ON() in bpa_iommu X-Git-Tag: v2.6.14-rc3~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c215a16a4ad620b612b51495cbb99dbbb59bb585;p=pandora-kernel.git [PATCH] bogus BUILD_BUG_ON() in bpa_iommu BUILD_BUG_ON(1) is asking for trouble (and getting it) when used in that manner - dead code elimination happens after we parse it and invalid type is invalid type, dead code or not. It might be version-dependent, but at least 4.0.1 refuses to accept that. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed