]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sparc64: Fix sentinel page table entry for 16G
authorNitin Gupta <nitin.m.gupta@oracle.com>
Thu, 25 Aug 2016 18:33:27 +0000 (11:33 -0700)
committerAllen Pais <allen.pais@oracle.com>
Thu, 15 Sep 2016 06:59:49 +0000 (12:29 +0530)
commit474485d9dfd5628ce055dbb2ae33954a0c8594bf
treeb5cecbaa8238f4118d1d2a54ecaa18ae87f48c5f
parentbefe5a94b5009b195b5087f99007489fc6488559
sparc64: Fix sentinel page table entry for 16G

Currently no page table trimming is done for 16G pages
so _PAGE_PMD_HUGE must not be set for 16G. Also, for
this size, trimming would be done at PUD level, so
this flag should not be set anyways.

Orabug: 24353511

Signed-off-by: Nitin Gupta <nitin.m.gupta@oracle.com>
Signed-off-by: Allen Pais <allen.pais@oracle.com>
arch/sparc/mm/hugetlbpage.c