The patch titled Let SYSV68_PARTITION default to yes on VME only has been added to the -mm tree. Its filename is let-sysv68_partition-default-to-yes-on-vme-only.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Let SYSV68_PARTITION default to yes on VME only From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Don't enable SYSV68 partition table support on all m68k boxes by default, only on Motorola VME boards. Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Philippe De Muyter <phdm@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/partitions/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/partitions/Kconfig~let-sysv68_partition-default-to-yes-on-vme-only fs/partitions/Kconfig --- a/fs/partitions/Kconfig~let-sysv68_partition-default-to-yes-on-vme-only +++ a/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 _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are origin.patch git-dvb.patch git-net.patch let-sysv68_partition-default-to-yes-on-vme-only.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html