From: Ralf Baechle Date: Thu, 22 Dec 2005 12:41:29 +0000 (+0100) Subject: MIPS: R2: Try to bulletproof instruction_hazard against miss-compilation. X-Git-Tag: v2.6.16-rc1~462^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7043ad4f4c81914ca9e2cd2208c8f4801ed63735;p=pandora-kernel.git MIPS: R2: Try to bulletproof instruction_hazard against miss-compilation. Gcc has a tradition of misscompiling the previous construct using the address of a label as argument to inline assembler. Gas otoh has the annoying difference between la and dla which are only usable for 32-bit rsp. 64-bit code, so can't be used without conditional compilation. The alterantive is switching the assembler to 64-bit code which happens to work right even for 32-bit code ... Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed