* [PATCH] arch/microblaze: Removing dead CONTIGUOUS_PAGE_ALLOC config option
@ 2010-08-10 12:00 Christian Dietrich
2010-08-11 8:05 ` Michal Simek
0 siblings, 1 reply; 2+ messages in thread
From: Christian Dietrich @ 2010-08-10 12:00 UTC (permalink / raw)
To: Michal Simek, Steven J. Magnani, Benjamin Herrenschmidt,
Grant Likely, John Williams, microblaze-uclinux, linux-kernel
Cc: vamos-dev
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>
---
arch/microblaze/include/asm/page.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/microblaze/include/asm/page.h b/arch/microblaze/include/asm/page.h
index 4f268fa..1f033c6 100644
--- a/arch/microblaze/include/asm/page.h
+++ b/arch/microblaze/include/asm/page.h
@@ -205,9 +205,6 @@ extern int page_is_ram(unsigned long pfn);
#define TOPHYS(addr) __virt_to_phys(addr)
#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 | \
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arch/microblaze: Removing dead CONTIGUOUS_PAGE_ALLOC config option
2010-08-10 12:00 [PATCH] arch/microblaze: Removing dead CONTIGUOUS_PAGE_ALLOC config option Christian Dietrich
@ 2010-08-11 8:05 ` Michal Simek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2010-08-11 8:05 UTC (permalink / raw)
To: Christian Dietrich
Cc: Steven J. Magnani, Benjamin Herrenschmidt, Grant Likely,
John Williams, microblaze-uclinux, linux-kernel, vamos-dev
Christian Dietrich wrote:
> CONFIG_CONTIGUOUS_PAGE_ALLOC doesn't exist in Kconfig, therefore removing
> all references to it from the source.
Applied.
Thanks,
Michal
>
> Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
> ---
> arch/microblaze/include/asm/page.h | 3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/arch/microblaze/include/asm/page.h b/arch/microblaze/include/asm/page.h
> index 4f268fa..1f033c6 100644
> --- a/arch/microblaze/include/asm/page.h
> +++ b/arch/microblaze/include/asm/page.h
> @@ -205,9 +205,6 @@ extern int page_is_ram(unsigned long pfn);
> #define TOPHYS(addr) __virt_to_phys(addr)
>
> #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 | \
> VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
--
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-11 8:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-10 12:00 [PATCH] arch/microblaze: Removing dead CONTIGUOUS_PAGE_ALLOC config option Christian Dietrich
2010-08-11 8:05 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox