kernel_optimize_test/arch/microblaze
FUJITA Tomonori fcdcddbcbb microblaze: Fix sg_dma_len() regression
The commit "asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()"
18e98307de broke microblaze compilation.

dma_direct_map_sg() sets sg->dma_length, however microblaze doesn't
set NEED_SG_DMA_LENGTH so scatterlist strcutres doesn't include
dma_length.

sg->dma_length is always equal to sg->length on microblaze. So we
don't need to set set dma_length, that is, microblaze can simply use
sg->length.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Michal Simek <monstr@monstr.eu>
2010-06-09 16:20:54 +02:00
..
boot
configs microblaze: Defconfig update 2010-05-06 11:37:42 +02:00
include/asm microblaze: Define ARCH_SLAB_MINALIGN to fix slab crash 2010-06-09 16:20:43 +02:00
kernel microblaze: Fix sg_dma_len() regression 2010-06-09 16:20:54 +02:00
lib microblaze: Support word copying in copy_tofrom_user 2010-04-01 08:38:25 +02:00
mm microblaze: export assembly functions used by modules 2010-05-13 12:11:42 +02:00
oprofile
pci microblaze: Remove powerpc code from Microblaze port 2010-05-13 12:09:54 +02:00
platform
Kconfig microblaze: Kconfig Fix - pci 2010-04-01 08:38:24 +02:00
Kconfig.debug
Makefile