Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181045
b: refs/heads/master
c: 0176bd3
h: refs/heads/master
i:
  181043: 2d6c731
v: v3
  • Loading branch information
Paul Mundt committed Jan 5, 2010
1 parent d0a1a6f commit 5c6115a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a7595fe7e8a93a73ce6199dace75a0caca7024c1
refs/heads/master: 0176bd3dab4fe522bfb6ceab9e3c441fe0305738
2 changes: 1 addition & 1 deletion trunk/arch/sh/include/asm/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <linux/quicklist.h>
#include <asm/page.h>

#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);
Expand Down
2 changes: 1 addition & 1 deletion trunk/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c6115a

Please sign in to comment.