mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-27 20:07:09 +00:00
powerpc/hugetlbfs: Export HPAGE_SHIFT
Export it so it can be referenced inside a module. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
8c7d0a0406
commit
7a849a6cf3
@ -32,6 +32,7 @@
|
||||
#define PAGE_SHIFT_16G 34
|
||||
|
||||
unsigned int HPAGE_SHIFT;
|
||||
EXPORT_SYMBOL(HPAGE_SHIFT);
|
||||
|
||||
/*
|
||||
* Tracks gpages after the device tree is scanned and before the
|
||||
|
Loading…
Reference in New Issue
Block a user