From: Christoffer Dall Date: Mon, 19 Aug 2013 21:16:57 +0000 (-0700) Subject: ARM: KVM: Work around older compiler bug X-Git-Tag: v3.12-rc1~143^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6833d83891140aedab7841589b7c7dbd7b600235;p=pandora-kernel.git ARM: KVM: Work around older compiler bug Compilers before 4.6 do not behave well with unnamed fields in structure initializers and therefore produces build errors: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10676 By refering to the unnamed union using braces, both older and newer compilers produce the same result. Acked-by: Marc Zyngier Reported-by: Russell King Tested-by: Russell King Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed