CIP-1200 on the SiFive FU740 (HiFive Unmatched) states that an I-TLB
refill concurrent with an sfence.vma instruction may erroneously refill
stale mappings. The recommended workaround is to issue a global
sfence.vma in all cases.
Thus, add an errata variable and tweak the pmap functions to use the
global sfence in all cases.
The exact CPU identification IDs were verified against Linux.