[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100830.214327.57458877.davem@davemloft.net>
Date: Mon, 30 Aug 2010 21:43:27 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: sfr@...b.auug.org.au
Cc: netdev@...r.kernel.org, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org, akinobu.mita@...il.com,
fujita.tomonori@....ntt.co.jp
Subject: Re: linux-next: build failure after merge of the final tree (net
tree related)
From: Stephen Rothwell <sfr@...b.auug.org.au>
Date: Tue, 31 Aug 2010 13:18:12 +1000
> Hi ,
>
> After merging the final tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
>
> drivers/net/starfire.c: In function 'starfire_init':
> drivers/net/starfire.c:2081: error: negative width in bit-field '<anonymous>'
>
> This is:
> BUILD_BUG_ON(sizeof(dma_addr_t) != sizeof(netdrv_addr_t));
> in starfire_init().
>
> Immediate cause is commit 56543af9563d91c1c5596a7980b416389bdea071
> ("starfire: use BUILD_BUG_ON for netdrv_addr_t").
I anticipated this and Fujita is working on a solution involving
adding a CONFIG_DMA_ADDR_T_64BIT that the starfire can check
instead of that ugly CPP test.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists