• Andrew Morton's avatar
    [PATCH] ppc64: fix POWER3 boot · d4c6e4e1
    Andrew Morton authored
    From: Anton Blanchard <anton@samba.org>
    
    Binutils uses the recent mtcrf optimisation when compiling for a POWER4
    target.  Unfortunately this causes a program check on POWER3.  We required
    compiling for POWER4 so the tlbiel instruction would be recognised.
    
    For the moment we hardwire the tlbiel instruction, longer term we can use the
    binutils -many flag.
    d4c6e4e1
Kconfig 9.53 KB