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

Commit 36cf089d authored by Christian Dietrich's avatar Christian Dietrich Committed by Michal Simek
Browse files

microblaze: Removing dead CONTIGUOUS_PAGE_ALLOC config option



CONFIG_CONTIGUOUS_PAGE_ALLOC doesn't exist in Kconfig, therefore removing
all references to it from the source.

Signed-off-by: default avatarChristian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 69717607
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -205,9 +205,6 @@ extern int page_is_ram(unsigned long pfn);
#define TOPHYS(addr)  __virt_to_phys(addr)
#define TOPHYS(addr)  __virt_to_phys(addr)


#ifdef CONFIG_MMU
#ifdef CONFIG_MMU
#ifdef CONFIG_CONTIGUOUS_PAGE_ALLOC
#define WANT_PAGE_VIRTUAL 1 /* page alloc 2 relies on this */
#endif


#define VM_DATA_DEFAULT_FLAGS	(VM_READ | VM_WRITE | VM_EXEC | \
#define VM_DATA_DEFAULT_FLAGS	(VM_READ | VM_WRITE | VM_EXEC | \
				 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
				 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)