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 <[EMAIL PROTECTED]>

Russell King <[EMAIL PROTECTED]> wrote:

> On Tue, Aug 14, 2007 at 12:37:52PM -0700, [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]>
Cc: "Rafael J. Wysocki" <[EMAIL PROTECTED]>
Acked-by: Pavel Machek <[EMAIL PROTECTED]>
Cc: Nigel Cunningham <[EMAIL PROTECTED]>
Cc: Russell King <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to