> That is what I thought, but I wanted to get a machine with lots of
> memory to try it out on.
if(aac->pae_support)
pci_set_dma_mask(dev, 0xFFFFFFFFFFFFFFFFUL);
This probably wants 0xFFFFFFFFFFFFFFFFULL and checking pci_set_dma_mask()
return value.
-- function.linuxpower.ca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/