]> 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)
commit6ca7176ab8ca6e19039f1a75cc1be0c4416a927f
treedf6d5270ad74f61ef5c0651689d4072b4da05eca
parent54a95a34862b5600340650439fbba14643670c38
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