commit | 3d81b550a20a86b1272082affbfc747166cc036c | [log] [tgz] |
---|---|---|
author | Mans Rullgard <mans@mansr.com> | Wed Apr 14 15:49:57 2010 +0100 |
committer | Sandeep Paulraj <s-paulraj@ti.com> | Wed Sep 08 14:51:09 2010 -0400 |
tree | bb66533e7f13d20a95770f911b947b736f9dd787 | |
parent | 85975dd61e024da2dca4ed1f1a830adc172bc5a1 [diff] |
ARMV7: OMAP3: Convert setup_auxcr() to pure asm This function consists entirely of inline asm statements, so writing it directly in a .S file is simpler. Additionally, the inline asm is not safe as is, since registers are not guaranteed to be preserved between asm() statements. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>