Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270039
b: refs/heads/master
c: d9c295a
h: refs/heads/master
i:
  270037: 38f2888
  270035: a3d813a
  270031: 7e5d349
v: v3
  • Loading branch information
Jon Medhurst committed Aug 22, 2011
1 parent 6710844 commit 83784e5
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 284dc060084d93f56c2b80b79eac61c653dccd85
refs/heads/master: d9c295ad35ff9305d366ef6f72ee429d4c8fcf76
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-s5p64x0/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <linux/serial_core.h>
#include <linux/platform_device.h>
#include <linux/sched.h>
#include <linux/dma-mapping.h>

#include <asm/mach/arch.h>
#include <asm/mach/map.h>
Expand Down Expand Up @@ -111,6 +112,7 @@ void __init s5p6440_map_io(void)

iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc));
iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc));
init_consistent_dma_size(SZ_8M);
}

void __init s5p6450_map_io(void)
Expand All @@ -120,6 +122,7 @@ void __init s5p6450_map_io(void)

iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc));
iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6450_iodesc));
init_consistent_dma_size(SZ_8M);
}

/*
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-s5p64x0/include/mach/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
#define __ASM_ARCH_MEMORY_H __FILE__

#define PLAT_PHYS_OFFSET UL(0x20000000)
#define CONSISTENT_DMA_SIZE SZ_8M

#endif /* __ASM_ARCH_MEMORY_H */

0 comments on commit 83784e5

Please sign in to comment.