Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270044
b: refs/heads/master
c: f407c2e
h: refs/heads/master
v: v3
  • Loading branch information
Jon Medhurst committed Aug 22, 2011
1 parent 2471cb0 commit 971d29e
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: d70a5969e9d52ef1c0e19a1b154785f8e1acba29
refs/heads/master: f407c2e38e5f07d2e8f573fc55a5d996568f6e50
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-at91/at91sam9g45.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include <linux/module.h>
#include <linux/pm.h>
#include <linux/dma-mapping.h>

#include <asm/irq.h>
#include <asm/mach/arch.h>
Expand Down Expand Up @@ -319,6 +320,7 @@ static void at91sam9g45_poweroff(void)
static void __init at91sam9g45_map_io(void)
{
at91_init_sram(0, AT91SAM9G45_SRAM_BASE, AT91SAM9G45_SRAM_SIZE);
init_consistent_dma_size(SZ_4M);
}

static void __init at91sam9g45_initialize(void)
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-at91/include/mach/at91sam9g45.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@
#define AT91SAM9G45_EHCI_BASE 0x00800000 /* USB Host controller (EHCI) */
#define AT91SAM9G45_VDEC_BASE 0x00900000 /* Video Decoder Controller */

#define CONSISTENT_DMA_SIZE SZ_4M

/*
* DMA peripheral identifiers
* for hardware handshaking interface
Expand Down

0 comments on commit 971d29e

Please sign in to comment.