diff -urpN -X ../dontdiff linux-2.6.18-rc7-tmp2/arch/arm/mach-s3c2410/Kconfig linux-2.6.18-rc7-tmp2-fix1/arch/arm/mach-s3c2410/Kconfig
--- linux-2.6.18-rc7-tmp2/arch/arm/mach-s3c2410/Kconfig	2006-09-14 10:41:41.000000000 +0100
+++ linux-2.6.18-rc7-tmp2-fix1/arch/arm/mach-s3c2410/Kconfig	2006-09-14 10:42:31.000000000 +0100
@@ -88,6 +88,12 @@ config MACH_S3C2413
 	  machine_is_s3c2413() will work when MACH_SMDK2413 is
 	  selected
 
+config MACH_SMDK2412
+	bool "SMDK2412"
+	select MACH_SMDK2413
+	help
+	  Say Y here if you are using an SMDK2412
+
 config MACH_SMDK2413
 	bool "SMDK2413"
 	select CPU_S3C2412
diff -urpN -X ../dontdiff linux-2.6.18-rc7-tmp2/arch/arm/mach-s3c2410/mach-smdk2413.c linux-2.6.18-rc7-tmp2-fix1/arch/arm/mach-s3c2410/mach-smdk2413.c
--- linux-2.6.18-rc7-tmp2/arch/arm/mach-s3c2410/mach-smdk2413.c	2006-09-14 09:47:06.000000000 +0100
+++ linux-2.6.18-rc7-tmp2-fix1/arch/arm/mach-s3c2410/mach-smdk2413.c	2006-09-14 10:42:31.000000000 +0100
@@ -137,3 +137,16 @@ MACHINE_START(SMDK2413, "SMDK2413")
 	.init_machine	= smdk2413_machine_init,
 	.timer		= &s3c24xx_timer,
 MACHINE_END
+
+MACHINE_START(SMDK2412, "SMDK2412")
+	/* Maintainer: Ben Dooks <ben@fluff.org> */
+	.phys_io	= S3C2410_PA_UART,
+	.io_pg_offst	= (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
+	.boot_params	= S3C2410_SDRAM_PA + 0x100,
+
+	.fixup		= smdk2413_fixup,
+	.init_irq	= s3c24xx_init_irq,
+	.map_io		= smdk2413_map_io,
+	.init_machine	= smdk2413_machine_init,
+	.timer		= &s3c24xx_timer,
+MACHINE_END

