> +#ifdef CONFIG_PPC64 > + /* We must make sure we don't detect the IBM Cell > + * blades as pSeries due to some firmware issues, > + * so we do it here. > + */ Is this #ifdef needed? Do we really care about 22 bytes of rodata? Segher