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; -- 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