--- linux-2.6.17-rc6/arch/arm/mach-s3c2410/cpu.c	2006-06-14 00:02:22.000000000 +0100
+++ linux-2.6.17-rc6-osiris1/arch/arm/mach-s3c2410/cpu.c	2006-06-14 14:58:29.000000000 +0100
@@ -175,13 +175,13 @@ void __init s3c24xx_init_io(struct map_d
 		panic("Unknown S3C24XX CPU");
 	}
 
+	printk("CPU %s (id 0x%08lx)\n", cpu->name, idcode);
+
 	if (cpu->map_io == NULL || cpu->init == NULL) {
 		printk(KERN_ERR "CPU %s support not enabled\n", cpu->name);
 		panic("Unsupported S3C24XX CPU");
 	}
 
-	printk("CPU %s (id 0x%08lx)\n", cpu->name, idcode);
-
 	(cpu->map_io)(mach_desc, size);
 }
 

