summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-generic/kmalloc.h
AgeCommit message (Collapse)AuthorLines
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle-13/+0
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-02-13[MIPS] Unify dma-{coherent,noncoherent.ip27,ip32}Ralf Baechle-0/+1
Platforms will now have to supply a function dma_device_is_coherent which returns if a particular device participates in the coherence domain. For most platforms this function will always return 0 or 1. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse-1/+0
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2005-10-29Fix ARCH_KMALLOC_MINALIGN values on MIPSRalf Baechle-0/+13
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>