diff options
Diffstat (limited to 'Documentation/arm')
-rw-r--r-- | Documentation/arm/memory.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/arm/memory.txt b/Documentation/arm/memory.txt index 4bfb9ffbdbc1..d74e8a5901fc 100644 --- a/Documentation/arm/memory.txt +++ b/Documentation/arm/memory.txt | |||
@@ -44,13 +44,6 @@ fffe0000 fffe7fff ITCM mapping area for platforms with | |||
44 | fff00000 fffdffff Fixmap mapping region. Addresses provided | 44 | fff00000 fffdffff Fixmap mapping region. Addresses provided |
45 | by fix_to_virt() will be located here. | 45 | by fix_to_virt() will be located here. |
46 | 46 | ||
47 | ffc00000 ffefffff DMA memory mapping region. Memory returned | ||
48 | by the dma_alloc_xxx functions will be | ||
49 | dynamically mapped here. | ||
50 | |||
51 | ff000000 ffbfffff Reserved for future expansion of DMA | ||
52 | mapping region. | ||
53 | |||
54 | fee00000 feffffff Mapping of PCI I/O space. This is a static | 47 | fee00000 feffffff Mapping of PCI I/O space. This is a static |
55 | mapping within the vmalloc space. | 48 | mapping within the vmalloc space. |
56 | 49 | ||