summaryrefslogtreecommitdiffstats
path: root/fs/cramfs/Makefile
blob: 92ebb464a72508da5e9e58902437eaa3df2c9d4e (plain)
1
2
3
4
5
6
7
#
# Makefile for the linux cramfs routines.
#

obj-$(CONFIG_CRAMFS) += cramfs.o

cramfs-objs := inode.o uncompress.o
git/ralf/linux-ax25.git/commit/?id=d1482f40c975e883f209aab659ec75a0afd84075'>d1482f40c975e883f209aab659ec75a0afd84075 (patch) treeb5104116cd40cdd2d06bd1ae555c9558efed6829 parent814073620a2eb520c8bb38e0038fd1c78011fe21 (diff)
Update DMA-mapping documentation
A couple of updates haven't considered whether the documentation makes sense as a whole any more. Three changes here: - Remove the reference to the "DAC Addressing for Address Space Hungry Devices" section which was deleted by Jan Beulich. - Remove the comment about DMA_24BIT_MASK which became obsolete when Tobias Klauser changed the code to actually use DMA_24BIT_MASK. - Remove the section "64-bit DMA and DAC cycle support" since it's fully covered above, and contains a reference to the section deleted by Jan. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat