[PATCH v2 03/13] c6x: use pgtable-nopud instead of 4level-fixup

From: Mike Rapoport
Date: Fri Nov 01 2019 - 04:40:27 EST


From: Mike Rapoport <rppt@xxxxxxxxxxxxx>

c6x is a nommu architecture and does not require fixup for upper layers of
the page tables because it is already handled by the generic nommu
implementation.

Replace usage of include/asm-generic/4level-fixup.h with
include/asm-generic/pgtable-nopud.h

Signed-off-by: Mike Rapoport <rppt@xxxxxxxxxxxxx>
---
arch/c6x/include/asm/pgtable.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/c6x/include/asm/pgtable.h b/arch/c6x/include/asm/pgtable.h
index 0b6919c..197c473 100644
--- a/arch/c6x/include/asm/pgtable.h
+++ b/arch/c6x/include/asm/pgtable.h
@@ -8,7 +8,7 @@
#ifndef _ASM_C6X_PGTABLE_H
#define _ASM_C6X_PGTABLE_H

-#include <asm-generic/4level-fixup.h>
+#include <asm-generic/pgtable-nopud.h>

#include <asm/setup.h>
#include <asm/page.h>
--
2.7.4