> So, we should convert everything to (unsigned long long). > I was planning to send such patches soon, but didn't had time yet. All the warnings are for addresses. We also need to change the format specifier depending on whether addresses are 32 or 64 bits. For example, hil_init_chip(struct parisc_device *dev) { if (!dev->irq) { printk(KERN_WARNING "HIL: IRQ not found for HIL bus at 0x%08lx\n", dev->hpa.start); Are there some standard 32 and 64 bit defines for format strings? Or, do we always want 16 hex digits? Dave -- J. David Anglin dave.anglin@xxxxxxxxxxxxxx National Research Council of Canada (613) 990-0752 (FAX: 952-6602) -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html