aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/include/asm/asserts.h
AgeCommit message (Collapse)AuthorFilesLines
2020-03-16ARC: allow userspace DSP applications to use AGU extensionsEugeniy Paltsev1-0/+10
To be able to run DSP-enabled userspace applications with AGU (address generation unit) extensions we additionally need to save and restore following registers at context switch: * AGU_AP* * AGU_OS* * AGU_MOD* Reviewed-by: Vineet Gupta <[email protected]> Signed-off-by: Eugeniy Paltsev <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
2020-03-16ARC: add helpers to sanitize config optionsEugeniy Paltsev1-0/+24
We'll use this macro in coming patches extensively. Reviewed-by: Vineet Gupta <[email protected]> Signed-off-by: Eugeniy Paltsev <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>