lkml.org 
[lkml]   [2004]   [Sep]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 3/9] Small updates for Freescale MPC52xx
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/09/14 00:02:45+02:00 tnt@246tNt.com
# ppc: Use dummy_con for conswitchp on Freescale MPC52xx platforms
#
# Apparently needed for when virtual consoles are enabled.
#
# Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
# Signed-off-by: Sylvain Munaut <tnt246tNt.com>
#
# arch/ppc/platforms/lite5200.c
# 2004/09/14 00:02:31+02:00 tnt@246tNt.com +4 -0
# ppc: Use dummy_con for conswitchp on Freescale MPC52xx platforms
#
diff -Nru a/arch/ppc/platforms/lite5200.c b/arch/ppc/platforms/lite5200.c
--- a/arch/ppc/platforms/lite5200.c 2004-09-14 12:47:37 +02:00
+++ b/arch/ppc/platforms/lite5200.c 2004-09-14 12:47:37 +02:00
@@ -147,5 +147,9 @@
#ifdef CONFIG_SERIAL_TEXT_DEBUG
ppc_md.progress = mpc52xx_progress;
#endif
+
+#ifdef CONFIG_DUMMY_CONSOLE
+ conswitchp = &dummy_con;
+#endif
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:06    [W:0.137 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site