ChangeSet 1.2221, 2005/03/26 13:43:42-08:00, [EMAIL PROTECTED]

        [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 <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 arch/m68k/configs/sun3_defconfig  |    1 +
 arch/m68k/configs/sun3x_defconfig |    1 +
 fs/partitions/Kconfig             |    2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)


diff -Nru a/arch/m68k/configs/sun3_defconfig b/arch/m68k/configs/sun3_defconfig
--- a/arch/m68k/configs/sun3_defconfig  2005-03-26 17:31:04 -08:00
+++ b/arch/m68k/configs/sun3_defconfig  2005-03-26 17:31:04 -08:00
@@ -730,6 +730,7 @@
 #
 # CONFIG_PARTITION_ADVANCED is not set
 CONFIG_MSDOS_PARTITION=y
+CONFIG_SUN_PARTITION=y
 
 #
 # Native Language Support
diff -Nru a/arch/m68k/configs/sun3x_defconfig 
b/arch/m68k/configs/sun3x_defconfig
--- a/arch/m68k/configs/sun3x_defconfig 2005-03-26 17:31:04 -08:00
+++ b/arch/m68k/configs/sun3x_defconfig 2005-03-26 17:31:04 -08:00
@@ -740,6 +740,7 @@
 #
 # CONFIG_PARTITION_ADVANCED is not set
 CONFIG_MSDOS_PARTITION=y
+CONFIG_SUN_PARTITION=y
 
 #
 # Native Language Support
diff -Nru a/fs/partitions/Kconfig b/fs/partitions/Kconfig
--- a/fs/partitions/Kconfig     2005-03-26 17:31:04 -08:00
+++ b/fs/partitions/Kconfig     2005-03-26 17:31:04 -08:00
@@ -203,7 +203,7 @@
 
 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
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to