]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm/radix: Update machine call back to support new HCALL.
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 13 Jul 2016 09:35:28 +0000 (15:05 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 17 Jul 2016 06:42:54 +0000 (16:42 +1000)
commit5fa4eaa641767d3102f2193ceb157a620512c2cf
treedf6d5270ad74f61ef5c0651689d4072b4da05eca
parentc1870944e9903373d5929c99a4838e2ec9746424
powerpc/mm/radix: Update machine call back to support new HCALL.

This update the machine dep callback such that we can use the same
callback to register process table. The interface is updated such that
we can easily call H_REGISTER_PROC_TBL hcall. The HCALL itself is
introduced in a later patch.

No functionality change introduced by this patch.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/machdep.h
arch/powerpc/mm/hash_native_64.c
arch/powerpc/mm/pgtable-radix.c