]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/vphn: move VPHN parsing logic to a separate file
authorGreg Kurz <gkurz@linux.vnet.ibm.com>
Mon, 23 Feb 2015 15:14:31 +0000 (16:14 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 17 Mar 2015 23:48:59 +0000 (10:48 +1100)
commit043e00984a90b7360dae40b1654afcdf95486065
tree4c11bb5e691f12eec899ae7350a743920541e96b
parentab1f5fd6d6552efef99f068c477b2eadcd0e6bd6
powerpc/vphn: move VPHN parsing logic to a separate file

The goal behind this patch is to be able to write userland tests for the
VPHN parsing code.

Suggested-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/Makefile
arch/powerpc/mm/numa.c
arch/powerpc/mm/vphn.c [new file with mode: 0644]
arch/powerpc/mm/vphn.h [new file with mode: 0644]