Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322565
b: refs/heads/master
c: cb01b63
h: refs/heads/master
i:
  322563: 2de3936
v: v3
  • Loading branch information
Marek Szyprowski committed Aug 28, 2012
1 parent 55d1a18 commit e6e9a16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb71285f0c1633a85544784aae7577502274b77a
refs/heads/master: cb01b633eeb77ae7128cab0a3b5d3de56da6e913
7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-kirkwood/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,13 @@ void __init kirkwood_wdt_init(void)
void __init kirkwood_init_early(void)
{
orion_time_set_base(TIMER_VIRT_BASE);

/*
* Some Kirkwood devices allocate their coherent buffers from atomic
* context. Increase size of atomic coherent pool to make sure such
* the allocations won't fail.
*/
init_dma_coherent_pool_size(SZ_1M);
}

int kirkwood_tclk;
Expand Down

0 comments on commit e6e9a16

Please sign in to comment.