Skip to content
  • Alexander Graf's avatar
    PPC: booke206: Implement tlbilx · 6d3db821
    Alexander Graf authored
    
    
    The PowerPC 2.06 BookE ISA defines an opcode called "tlbilx" which is used
    to flush TLB entries. It's the recommended way of flushing in virtualized
    environments.
    
    So far we got away without implementing it, but Linux for e500mc uses this
    instruction, so we better add it :).
    
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    6d3db821