commit | a8874e7e8a8896f2b6c641f4b8e2473eafd35204 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Oct 31 12:11:48 2018 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Nov 02 08:31:52 2018 +0100 |
tree | 31596982afc3de610b65d366b3b96d667743ee2a | |
parent | 5a2e1853d68904c4b26706dba2884cbeb77bc3ee [diff] |
mm: make the __PAGETABLE_PxD_FOLDED defines non-empty Change the currently empty defines for __PAGETABLE_PMD_FOLDED, __PAGETABLE_PUD_FOLDED and __PAGETABLE_P4D_FOLDED to return 1. This makes it possible to use __is_defined() to test if the preprocessor define exists. Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>