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)
commit4b6cfb2a8cd7520e8a747718e5c1da047697ca31
tree4c11bb5e691f12eec899ae7350a743920541e96b
parentb1fc9484aa339c19bd57702dc88fb046702b6092
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]