From: Russell King Date: Sat, 29 Oct 2005 12:15:10 +0000 (+0100) Subject: [ARM] Ensure machine information structures aren't optimised away X-Git-Tag: v2.6.15-rc1~731^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb31690fbac6f4055c1765522752e4746759f5de;p=pandora-kernel.git [ARM] Ensure machine information structures aren't optimised away Since the machine information structures are now static, the compiler might optimise them away. Mark them with __attribute_used__ to prevent this occuring. Signed-off-by: Russell King --- Reading git-diff-tree failed