ARC: mm: drop stale define of __ARCH_USE_5LEVEL_HACK

Commit 6aae3425aa ("ARC: mm: remove __ARCH_USE_5LEVEL_HACK") make ARC
paging code 5-level compliant but left behind a stale define of
__ARCH_USE_5LEVEL_HACK in arch/arc/include/asm/hugepage.h.

Remove it.

Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
Mike Rapoport 2019-12-09 17:31:35 +02:00 коммит произвёл Vineet Gupta
Родитель 1928b36cfa
Коммит cd4c2493fa
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,6 @@
#define _ASM_ARC_HUGEPAGE_H
#include <linux/types.h>
#define __ARCH_USE_5LEVEL_HACK
#include <asm-generic/pgtable-nopmd.h>
static inline pte_t pmd_pte(pmd_t pmd)