crypto/async_tx/* doesn't build on s390

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Heiko Carstens
Date: Thursday, January 31, 2008 - 7:50 am

I get the following:

crypto/built-in.o: In function `do_async_xor':
async_xor.c:49: undefined reference to `dma_map_page'
async_xor.c:56: undefined reference to `dma_map_page'

This is mainly because s390 doesn't support DMA at all,
but these files get selected via MD_RAID456 anyway.

Any idea how to fix this?
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
crypto/async_tx/* doesn't build on s390, Heiko Carstens, (Thu Jan 31, 7:50 am)
Re: crypto/async_tx/* doesn't build on s390, Cornelia Huck, (Thu Jan 31, 10:26 am)