On 03/03/10 15:08, FUJITA Tomonori wrote: > On Wed, 03 Mar 2010 11:19:59 -0800 > Randy Dunlap wrote: > >> On 03/02/10 18:39, akpm@linux-foundation.org wrote: >>> The mm-of-the-moment snapshot 2010-03-02-18-38 has been uploaded to >>> >>> http://userweb.kernel.org/~akpm/mmotm/ >>> >>> and will soon be available at >>> >>> git://zen-kernel.org/kernel/mmotm.git >>> >>> It contains the following patches against 2.6.33: >> >> >> >> drivers/net/chelsio/sge.c:164: error: expected specifier-qualifier-list before 'DECLARE_DMA_UNMAP_ADDR' >> drivers/net/chelsio/sge.c:170: error: expected specifier-qualifier-list before 'DECLARE_DMA_UNMAP_ADDR' >> >> drivers/infiniband/hw/amso1100/c2_mq.h:74: error: expected specifier-qualifier-list before 'DECLARE_DMA_UNMAP_ADDR' >> drivers/infiniband/hw/amso1100/c2_provider.h:53: error: expected specifier-qualifier-list before 'DECLARE_DMA_U >> NMAP_ADDR' >> >> drivers/net/cxgb3/sge.c:120: error: expected specifier-qualifier-list before 'DECLARE_DMA_UNMAP_ADDR' >> drivers/net/cxgb3/sge.c:210: error: expected specifier-qualifier-list before 'DECLARE_DMA_UNMAP_ADDR' > > Sorry. I can't reproduce this here. Can you send .config? Sure (attached), but there is a different config file for each driver case above. chelsio == config-r8176 amso1100 == config-r8179 cxgb3 == config=r8186 All are ARCH=i386 builds. -- ~Randy