]> asedeno.scripts.mit.edu Git - linux.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>
Wed, 19 Sep 2018 12:01:56 +0000 (22:01 +1000)
commit2e1626744e8da01eb5a2a0aaa3f365e41f1feb49
treec6cfa4d7777c2b16ceb42d72f85921409b003e1d
parente83cbf7fb7d17618a5d8a415d5c7bb760812a5cb
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