Unverified Commit 9a1da4e0 authored by Andrew Waterman's avatar Andrew Waterman Committed by GitHub
Browse files

Add chicken bit to disable I$ prefetching (#2238)

Like 37a3161b,
this is also just for post-silicon debug purposes.  Disabling prefetch
doesn't add much extra PSD benefit beyond disabling speculative refill,
because the latter disables prefetching on speculative accesses already,
leaving only next-line prefetches following non-speculative refills.
But it is worth something.
parent cca6d83d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment