From: Russell King - ARM Linux Date: Fri, 10 Jun 2011 00:52:35 +0000 (+0000) Subject: NET: am79c961: fix assembler warnings X-Git-Tag: v3.0-rc3~13^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f777737885a69d37132c956f1e8deab676693157;p=pandora-kernel.git NET: am79c961: fix assembler warnings Fix: /tmp/ccvoZ6h8.s: Assembler messages: /tmp/ccvoZ6h8.s:284: Warning: register range not in ascending order /tmp/ccvoZ6h8.s:881: Warning: register range not in ascending order /tmp/ccvoZ6h8.s:1087: Warning: register range not in ascending order by ensuring that we have temporary variables placed into specific registers. Reorder the code a bit to allow the resulting assembly to be slightly more optimal. Signed-off-by: Russell King Signed-off-by: David S. Miller --- Reading git-diff-tree failed