Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270038
b: refs/heads/master
c: 284dc06
h: refs/heads/master
v: v3
  • Loading branch information
Jon Medhurst committed Aug 22, 2011
1 parent 38f2888 commit 6710844
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: 009426a0ebd0fc4a230ab2c2295dbc8f7ba7e8dd
refs/heads/master: 284dc060084d93f56c2b80b79eac61c653dccd85
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-s3c64xx/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/io.h>
#include <linux/dma-mapping.h>

#include <mach/hardware.h>
#include <mach/map.h>
Expand Down Expand Up @@ -145,6 +146,7 @@ void __init s3c64xx_init_io(struct map_desc *mach_desc, int size)
/* initialise the io descriptors we need for initialisation */
iotable_init(s3c_iodesc, ARRAY_SIZE(s3c_iodesc));
iotable_init(mach_desc, size);
init_consistent_dma_size(SZ_8M);

idcode = __raw_readl(S3C_VA_SYS + 0x118);
if (!idcode) {
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-s3c64xx/include/mach/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@

#define PLAT_PHYS_OFFSET UL(0x50000000)

#define CONSISTENT_DMA_SIZE SZ_8M

#endif

0 comments on commit 6710844

Please sign in to comment.