Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=22258d406f91d7f7ee8e58f18b3722d0647f6a9a
Commit:     22258d406f91d7f7ee8e58f18b3722d0647f6a9a
Parent:     23c9bbbac57ae50dceadfda37b49785ec04dd42f
Author:     Geert Uytterhoeven <[EMAIL PROTECTED]>
AuthorDate: Thu May 10 22:22:28 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Fri May 11 08:29:33 2007 -0700

    Let SYSV68_PARTITION default to yes on VME only
    
    Don't enable SYSV68 partition table support on all m68k boxes by default,
    only on Motorola VME boards.
    
    Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>
    Cc: Philippe De Muyter <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 fs/partitions/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/partitions/Kconfig b/fs/partitions/Kconfig
index 0120704..7638a1c 100644
--- a/fs/partitions/Kconfig
+++ b/fs/partitions/Kconfig
@@ -239,7 +239,7 @@ config EFI_PARTITION
 
 config SYSV68_PARTITION
        bool "SYSV68 partition table support" if PARTITION_ADVANCED
-       default y if M68K
+       default y if VME
        help
          Say Y here if you would like to be able to read the hard disk
          partition table format used by Motorola Delta machines (using
-
To unsubscribe from this list: send the line "unsubscribe git-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