mirror of
https://github.com/torvalds/linux.git
synced 2026-09-19 00:58:02 +02:00
Currently, Ralink SoCs use the default ARCH_DMA_MINALIGN value of 128 bytes defined in mach-generic. This is excessive for these platforms and leads to significant memory waste in kmalloc. Override ARCH_DMA_MINALIGN to use L1_CACHE_BYTES, which is 16 bytes for RT288X and 32 bytes for other Ralink SoCs. Signed-off-by: Qingfang Deng <qingfang.deng@linux.dev> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
||
|---|---|---|
| .. | ||
| mt7620 | ||
| mt7621 | ||
| rt288x | ||
| rt305x | ||
| rt3883 | ||
| irq.h | ||
| kmalloc.h | ||
| mt7620.h | ||
| mt7621.h | ||
| ralink_regs.h | ||
| rt288x.h | ||
| rt305x.h | ||
| rt3883.h | ||
| spaces.h | ||