Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92df7851 authored by Greg Ungerer's avatar Greg Ungerer Committed by Russell King
Browse files

[ARM] 4850/1: include generic pgtable.h for !CONFIG_MMU case



The nonmmu version of pgtable.h needs to include asm-generic/pgtable.h
as well. It needs to pick up empty definitions of things like
arch_enter_lazy_cpu_mode() to compile cleanly.

Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 9c4c9f38
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -92,6 +92,8 @@ extern unsigned int kobjsize(const void *objp);

#define FIRST_USER_ADDRESS      (0)

#include <asm-generic/pgtable.h>

#else 

/*