Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-16 | ARC: allow userspace DSP applications to use AGU extensions | Eugeniy Paltsev | 1 | -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-16 | ARC: add helpers to sanitize config options | Eugeniy Paltsev | 1 | -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]> |