diff options
| author | Kusanagi Kouichi <slash@ac.auone-net.jp> | 2010-01-01 20:36:09 -0800 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-01-02 10:09:44 -0800 | 
| commit | 4207a152bc242effd0b8231143aa5b9f7a1593a9 (patch) | |
| tree | b12dee07b0e65309a71986f29d73d40d79fe4de2 /Documentation/block | |
| parent | 8d9f99c335ef66e4c44afe8f61816b0edeafba91 (diff) | |
| download | linux-4207a152bc242effd0b8231143aa5b9f7a1593a9.tar.bz2 | |
Documentation: Rename Documentation/DMA-mapping.txt
It seems that Documentation/DMA-mapping.txt was supposed to be renamed
to Documentation/PCI/PCI-DMA-mapping.txt.
Signed-off-by: Kusanagi Kouichi <slash@ac.auone-net.jp>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/block')
| -rw-r--r-- | Documentation/block/biodoc.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/block/biodoc.txt b/Documentation/block/biodoc.txt index 8d2158a1c6aa..6fab97ea7e6b 100644 --- a/Documentation/block/biodoc.txt +++ b/Documentation/block/biodoc.txt @@ -186,7 +186,7 @@ a virtual address mapping (unlike the earlier scheme of virtual address  do not have a corresponding kernel virtual address space mapping) and  low-memory pages. -Note: Please refer to Documentation/DMA-mapping.txt for a discussion +Note: Please refer to Documentation/PCI/PCI-DMA-mapping.txt for a discussion  on PCI high mem DMA aspects and mapping of scatter gather lists, and support  for 64 bit PCI.  |