On Wed, Nov 19, 2014 at 11:32 AM, Jim Davis <jim.epost@xxxxxxxxx> wrote: > Hej! Builds with CONFIG_X86_32=y are getting these warning messages > > drivers/pci/probe.c:430:5: warning: left shift count >= width of type > [enabled by default] > drivers/pci/probe.c:431:5: warning: left shift count >= width of type > [enabled by default] > > which would seem to refer to > > base |= ((dma_addr_t) mem_base_hi) << 32; > limit |= ((dma_addr_t) mem_limit_hi) << 32; Hi Jim, Thanks for the note. This is a known issue and I have a couple patches for it, so I hope to get it resolved today. Bjorn -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html