]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm: Split hash MMU specific hugepage code into a new file
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 26 Oct 2009 19:24:31 +0000 (19:24 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 30 Oct 2009 06:20:59 +0000 (17:20 +1100)
commit1a7da56450937bdcb2e1c2d22b8ee325991e64fb
treeff8000aab5bc56348bd1b16ac904fe3a9b660b4a
parentddf2a2b8bbd2493b06bab30ec4ab0606245dcee5
powerpc/mm: Split hash MMU specific hugepage code into a new file

This patch separates the parts of hugetlbpage.c which are inherently
specific to the hash MMU into a new hugelbpage-hash64.c file.

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/hugetlb.h
arch/powerpc/mm/Makefile
arch/powerpc/mm/hugetlbpage-hash64.c [new file with mode: 0644]
arch/powerpc/mm/hugetlbpage.c