Guys, I noticed that we have code in arch/powerpc/kernel/prom_init.c to handle parsing iommu=, mem=, and crashkernel=. The problem I have is that we only use/build prom_init.c on MULTIPLATFORM (coming from true OF). Any ideas on how to handle this for the !MULTIPLATFORM cases. I'm most concerned about mem=. - kumar