commit | 8048b141359ca816fcd342aefdda7baa8ff08b2c | [log] [tgz] |
---|---|---|
author | Evgeniy Paltsev <PaltsevEvgeniy@gmail.com> | Wed Apr 07 19:23:23 2021 +0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri May 07 14:55:49 2021 -0500 |
tree | 4c7ebfc44a2e222a0953c2868eb2211cf382fc31 | |
parent | 3f12ca57b84b7085d4f5f2352746c53664bd0485 [diff] |
ARC: allow to build code for processors without ZOL ARCv3 64 bit processors doesn't have Zero Delay Loop (also named Zero Overhead Loop, ZOL) mechanism. Add kconfig option to remove ZOL register save/restore so the code can be build for both ARCv2 and ARCv3. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>