]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setup
authorNicholas Piggin <npiggin@gmail.com>
Fri, 14 Sep 2018 15:30:55 +0000 (01:30 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 14 Oct 2018 07:04:09 +0000 (18:04 +1100)
commit444b37236b92f855bdb50830742a1fef864f6331
tree03f21e8e410e7996af9c902b3f1b17623603beef
parentc859c1c80115947617c582ac1ceb6af1f92ebf56
powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setup

This will be used by the SLB code in the next patch, but for now this
sets the slb_addr_limit to the correct size for 32-bit tasks.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/book3s/64/mmu-hash.h
arch/powerpc/include/asm/slice.h
arch/powerpc/include/asm/thread_info.h
arch/powerpc/kernel/process.c
arch/powerpc/mm/mmu_context_book3s64.c
arch/powerpc/mm/slice.c