commit | 096ca838b514be0a20e62500413e42f0a2bb7481 | [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 | 29844707469854d9fab181edd6abe2f25fb5d208 [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>