• A
    powerpc/mm/radix: Update PID switch sequence · 09cf5bcb
    Aneesh Kumar K.V 提交于
    Update the PID switch as per ISA doc. slbia is needed in radix to
    invalidate any implementation specific lookaside information.
    We use the .long format due to build errors with the below compiler
    version.
    
    gcc (Ubuntu 5.3.1-14ubuntu2.1) 5.3.1 20160413
    GNU assembler (GNU Binutils for Ubuntu) 2.26
    
    CC      arch/powerpc/mm//mmu_context_book3s64.o
    {standard input}: Assembler messages:
    {standard input}:506: Error: junk at end of line: `0x7'
    scripts/Makefile.build:291: recipe for target 'arch/powerpc/mm//mmu_context_book3s64.o' failed
    make[1]: *** [arch/powerpc/mm//mmu_context_book3s64.o] Error 1
    Signed-off-by: NAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
    Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
    09cf5bcb
ppc-opcode.h 15.2 KB