From: Oliver O'Halloran <oohall@gmail.com> Date: 2017-06-30 06:52:57
Export it so it can be referenced inside a module.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
arch/powerpc/mm/hugetlbpage.c | 1 +
1 file changed, 1 insertion(+)
Export it so it can be referenced inside a module.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
arch/powerpc/mm/hugetlbpage.c | 1 +
1 file changed, 1 insertion(+)
From: Oliver <oohall@gmail.com> Date: 2017-07-03 03:36:49
On Fri, Jun 30, 2017 at 7:28 PM, Anshuman Khandual
[off-list ref] wrote:
On 06/30/2017 12:22 PM, Oliver O'Halloran wrote:
quoted
Export it so it can be referenced inside a module.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
arch/powerpc/mm/hugetlbpage.c | 1 +
1 file changed, 1 insertion(+)
Why would you need this in a driver ? This represents the
default HugeTLB page size.
Libnvdimm uses HPAGE_SIZE for a few things that it probably shouldn't.
I have sent a fix for libnvdimm, but that hasn't been merged yet and
this was breaking mpe's -next builds in the mean time. I agree it's
kind of bad, but we needed ZONE_DEVICE support to be in 4.13.
Oliver