Description of problem: Version-Release number of selected component (if applicable): Hygon processor has performance bottleneck when copying big data between kernel mode and user mode How reproducible: Steps to Reproduce: 1.Use i387 extended instructions + prefetcha instructions + NT instructions to optimize the copy function 2.Save i387 registers when switching processes 3.Because the context can be saved, it is designed to be a non-atomic copy. Actual results: Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4185
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4223