From 5c6115a34f562eed9297f21113db74fb0debf085 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Tue, 5 Jan 2010 12:35:00 +0900 Subject: [PATCH] --- yaml --- r: 181045 b: refs/heads/master c: 0176bd3dab4fe522bfb6ceab9e3c441fe0305738 h: refs/heads/master i: 181043: 2d6c7314c31607adcff2214188756c38c0ddd253 v: v3 --- [refs] | 2 +- trunk/arch/sh/include/asm/pgalloc.h | 2 +- trunk/mm/Kconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 46fec0ef9434..bbf586a1f7e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a7595fe7e8a93a73ce6199dace75a0caca7024c1 +refs/heads/master: 0176bd3dab4fe522bfb6ceab9e3c441fe0305738 diff --git a/trunk/arch/sh/include/asm/pgalloc.h b/trunk/arch/sh/include/asm/pgalloc.h index e106474996b2..f8982f4e0405 100644 --- a/trunk/arch/sh/include/asm/pgalloc.h +++ b/trunk/arch/sh/include/asm/pgalloc.h @@ -4,7 +4,7 @@ #include #include -#define QUICK_PT 1 /* Other page table pages that are zero on free */ +#define QUICK_PT 0 /* Other page table pages that are zero on free */ extern pgd_t *pgd_alloc(struct mm_struct *); extern void pgd_free(struct mm_struct *mm, pgd_t *pgd); diff --git a/trunk/mm/Kconfig b/trunk/mm/Kconfig index 17b8947aa7da..d34c2b971032 100644 --- a/trunk/mm/Kconfig +++ b/trunk/mm/Kconfig @@ -195,7 +195,7 @@ config BOUNCE config NR_QUICK int depends on QUICKLIST - default "2" if SUPERH || AVR32 + default "2" if AVR32 default "1" config VIRT_TO_BUS