Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Did you check this prefetch works on clang? i.e. does it generate asm mnemonic?
Is it possible that GET_CQ_DESC return invalid pointer? In that case we need to validate it, because prefetch instruction can trigger data abort on thunderx.
Comment Actions
Yes, it works on clang and prefetch can be used with any phony address on ThunderX.
If there are no objections then I will commit that.