> +BEGIN_FTR_SECTION > + b TlbWo /* Code for TLB-errata workaround doesn't fit here */ > +END_FTR_SECTION_IFSET(CPU_FTR_NEED_DTLB_SW_LRU) > +RFTlbWo: Can you use nicer label names ? :-) Also, that's a lot of code for such a hot path... Cheers, Ben.