Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56636
b: refs/heads/master
c: e3defff
h: refs/heads/master
v: v3
  • Loading branch information
Aubrey Li authored and Linus Torvalds committed May 21, 2007
1 parent eccd6cd commit 7413c5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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: ed2fbf57ea8d2ec1c0f6758bd5f9f98cef519049
refs/heads/master: e3defffe915961cf9c6e1f16486ae83fb7212f29
4 changes: 4 additions & 0 deletions trunk/arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ config BLACKFIN
bool
default y

config ZONE_DMA
bool
default y

config BFIN
bool
default y
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ void paging_init(void)
{
unsigned long zones_size[MAX_NR_ZONES] = { 0, };

zones_size[ZONE_NORMAL] = (end_mem - PAGE_OFFSET) >> PAGE_SHIFT;
zones_size[ZONE_DMA] = (end_mem - PAGE_OFFSET) >> PAGE_SHIFT;
zones_size[ZONE_NORMAL] = 0;
#ifdef CONFIG_HIGHMEM
zones_size[ZONE_HIGHMEM] = 0;
#endif
Expand Down

0 comments on commit 7413c5f

Please sign in to comment.