The patch titled serial-turn-serial-console-suspend-a-boot-rather-than-compile-time-option update has been removed from the -mm tree. Its filename was serial-turn-serial-console-suspend-a-boot-rather-than-compile-time-option-update.patch This patch was dropped because it was folded into serial-turn-serial-console-suspend-a-boot-rather-than-compile-time-option.patch ------------------------------------------------------ Subject: serial-turn-serial-console-suspend-a-boot-rather-than-compile-time-option update From: Andres Salomon <dilinger@xxxxxxxxxx> Russell King <rmk@xxxxxxxxxxxxxxxx> wrote: > On Tue, Aug 14, 2007 at 12:37:52PM -0700, akpm@xxxxxxxxxxxxxxxxxxxx wrote: [...] > > @@ -810,7 +810,15 @@ int update_console_cmdline(char *name, i > > return -1; > > } > > > > -#ifndef CONFIG_DISABLE_CONSOLE_SUSPEND > > +int console_suspend_enabled = 1; > > This needs to be exported. > Thanks for pointing that out; I've updated the patch. Andrew, can you please swap this one in? Signed-off-by: Andres Salomon <dilinger@xxxxxxxxxx> Cc: "Rafael J. Wysocki" <rjw@xxxxxxx> Acked-by: Pavel Machek <pavel@xxxxxx> Cc: Nigel Cunningham <nigel@xxxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/printk.c | 1 + 1 files changed, 1 insertion(+) diff -puN kernel/printk.c~serial-turn-serial-console-suspend-a-boot-rather-than-compile-time-option-update kernel/printk.c --- a/kernel/printk.c~serial-turn-serial-console-suspend-a-boot-rather-than-compile-time-option-update +++ a/kernel/printk.c @@ -811,6 +811,7 @@ int update_console_cmdline(char *name, i } int console_suspend_enabled = 1; +EXPORT_SYMBOL(console_suspend_enabled); static int __init console_suspend_disable(char *str) { _ Patches currently in -mm which might be from dilinger@xxxxxxxxxx are origin.patch serial-turn-serial-console-suspend-a-boot-rather-than-compile-time-option.patch serial-turn-serial-console-suspend-a-boot-rather-than-compile-time-option-update.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