diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-11-14 11:07:05 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-11-16 20:35:07 -0500 |
commit | 3e940958ed3625187704f41129801800f70c2169 (patch) | |
tree | 01f63733e30871538b44a5218f76892528876897 | |
parent | 44091c118849811fadde5ce30a7518249b797668 (diff) |
ARM: shmobile: r8a7779: Spelling/grammar s/entity/identity/, s/map/mapping/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index 136078ab9407..65635b11d930 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c | |||
@@ -52,14 +52,14 @@ | |||
52 | #include "r8a7779.h" | 52 | #include "r8a7779.h" |
53 | 53 | ||
54 | static struct map_desc r8a7779_io_desc[] __initdata = { | 54 | static struct map_desc r8a7779_io_desc[] __initdata = { |
55 | /* 2M entity map for 0xf0000000 (MPCORE) */ | 55 | /* 2M identity mapping for 0xf0000000 (MPCORE) */ |
56 | { | 56 | { |
57 | .virtual = 0xf0000000, | 57 | .virtual = 0xf0000000, |
58 | .pfn = __phys_to_pfn(0xf0000000), | 58 | .pfn = __phys_to_pfn(0xf0000000), |
59 | .length = SZ_2M, | 59 | .length = SZ_2M, |
60 | .type = MT_DEVICE_NONSHARED | 60 | .type = MT_DEVICE_NONSHARED |
61 | }, | 61 | }, |
62 | /* 16M entity map for 0xfexxxxxx (DMAC-S/HPBREG/INTC2/LRAM/DBSC) */ | 62 | /* 16M identity mapping for 0xfexxxxxx (DMAC-S/HPBREG/INTC2/LRAM/DBSC) */ |
63 | { | 63 | { |
64 | .virtual = 0xfe000000, | 64 | .virtual = 0xfe000000, |
65 | .pfn = __phys_to_pfn(0xfe000000), | 65 | .pfn = __phys_to_pfn(0xfe000000), |
@@ -683,7 +683,7 @@ void __init r8a7779_add_early_devices(void) | |||
683 | 683 | ||
684 | /* Early serial console setup is not included here due to | 684 | /* Early serial console setup is not included here due to |
685 | * memory map collisions. The SCIF serial ports in r8a7779 | 685 | * memory map collisions. The SCIF serial ports in r8a7779 |
686 | * are difficult to entity map 1:1 due to collision with the | 686 | * are difficult to identity map 1:1 due to collision with the |
687 | * virtual memory range used by the coherent DMA code on ARM. | 687 | * virtual memory range used by the coherent DMA code on ARM. |
688 | * | 688 | * |
689 | * Anyone wanting to debug early can remove UPF_IOREMAP from | 689 | * Anyone wanting to debug early can remove UPF_IOREMAP from |