Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: Michal Simek <monstr@monstr.eu>

authored by

Christian Dietrich and committed by
Michal Simek
36cf089d 69717607

-3
-3
arch/microblaze/include/asm/page.h
··· 205 205 #define TOPHYS(addr) __virt_to_phys(addr) 206 206 207 207 #ifdef CONFIG_MMU 208 - #ifdef CONFIG_CONTIGUOUS_PAGE_ALLOC 209 - #define WANT_PAGE_VIRTUAL 1 /* page alloc 2 relies on this */ 210 - #endif 211 208 212 209 #define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \ 213 210 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)