Oh, I'm jealous now. :) On Sat, Feb 07, 2009 at 03:29:06PM +0100, Thomas Bogendoerfer wrote: > +#if 0 > int ret; > > ret = mem_pdc_call(PDC_MODEL, PDC_MODEL_CAPABILITIES, > __pa(pdc_result), 0); > convert_to_wide(pdc_result); > if (pdc_result[0] != NARROW_FIRMWARE) > +#endif Yeah, this won't work on Superdome, which has no 32-bit firmware. At this point in boot, we've got parisc_narrow_firmware set, which will go kaboom. We can fix this pretty easily, palo knows if it was started with 64-bit firmware, we can just bring this into the kernel. I'll hack a patch for palo this weekend, but you might as well continue just using what you've got until then. regards, Kyle -- 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