]> git.baikalelectronics.ru Git - kernel.git/commit
asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()
authorMike Rapoport <rppt@linux.ibm.com>
Sat, 15 Aug 2020 00:30:04 +0000 (17:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Aug 2020 02:56:55 +0000 (19:56 -0700)
commitcda5f2b8ef583b50f5f5cdfdd09e08fc1027781b
tree53d9533a44bf93fb7e32b74eb05a450771aa1a7a
parentedda371b44199887f59cebbc54041857081fa131
asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()

The #ifdef statement that guards the generic version of pud_alloc_one() by
mistake used __HAVE_ARCH_PUD_FREE instead of __HAVE_ARCH_PUD_ALLOC_ONE.

Fix it.

Fixes: 3a4e308b98a4 ("asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200812191415.GE163101@linux.ibm.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-generic/pgalloc.h