]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: OMAP3: Convert setup_auxcr() to pure asm
authorMans Rullgard <mans@mansr.com>
Wed, 14 Apr 2010 14:49:57 +0000 (15:49 +0100)
committerSandeep Paulraj <s-paulraj@ti.com>
Wed, 8 Sep 2010 18:51:09 +0000 (14:51 -0400)
commit096ca838b514be0a20e62500413e42f0a2bb7481
treebb66533e7f13d20a95770f911b947b736f9dd787
parent29844707469854d9fab181edd6abe2f25fb5d208
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>
arch/arm/cpu/armv7/omap3/board.c
arch/arm/cpu/armv7/omap3/cache.S