To: linus, akpm Cc: lkml Subject: [PATCH] Sun-3/3x: Enable Sun partition tables support by default Sun-3/3x: Enable Sun partition tables support by default Signed-off-by: Geert Uytterhoeven --- arch/m68k/configs/sun3_defconfig | 1 + arch/m68k/configs/sun3x_defconfig | 1 + fs/partitions/Kconfig | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) --- linux-2.6.12-rc1/fs/partitions/Kconfig 2005-02-03 14:30:28.000000000 +0100 +++ linux-m68k-2.6.12-rc1/fs/partitions/Kconfig 2005-03-20 11:51:42.000000000 +0100 @@ -203,7 +203,7 @@ config ULTRIX_PARTITION config SUN_PARTITION bool "Sun partition tables support" if PARTITION_ADVANCED - default y if (SPARC32 || SPARC64) + default y if (SPARC32 || SPARC64 || SUN3 || SUN3X) ---help--- Like most systems, SunOS uses its own hard disk partition table format, incompatible with all others. Saying Y here allows you to --- linux-2.6.12-rc1/arch/m68k/configs/sun3_defconfig 2005-03-18 23:44:15.000000000 +0100 +++ linux-m68k-2.6.12-rc1/arch/m68k/configs/sun3_defconfig 2005-03-20 12:51:34.540342000 +0100 @@ -752,6 +752,7 @@ CONFIG_CODA_FS=m # # CONFIG_PARTITION_ADVANCED is not set CONFIG_MSDOS_PARTITION=y +CONFIG_SUN_PARTITION=y # # Native Language Support --- linux-2.6.12-rc1/arch/m68k/configs/sun3x_defconfig 2005-03-18 23:44:18.000000000 +0100 +++ linux-m68k-2.6.12-rc1/arch/m68k/configs/sun3x_defconfig 2005-03-20 12:51:36.049092000 +0100 @@ -762,6 +762,7 @@ CONFIG_CODA_FS=m # # CONFIG_PARTITION_ADVANCED is not set CONFIG_MSDOS_PARTITION=y +CONFIG_SUN_PARTITION=y # # Native Language Support