Skip to content
Snippets Groups Projects
Commit 096ca838 authored by Mans Rullgard's avatar Mans Rullgard Committed by Sandeep Paulraj
Browse files

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: default avatarMans Rullgard <mans@mansr.com>
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent 29844707
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment