This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / ppc / syslib / gen550_kgdb.c
index 7239d5d..232044c 100644 (file)
@@ -9,9 +9,9 @@
  *
  * Adapted from ppc4xx_kgdb.c.
  *
- * Author: Matt Porter <mporter@kernel.crashing.org>
+ * Author: Matt Porter <mporter@mvista.com>
  *
- * 2002-2004 (c) MontaVista Software, Inc.  This file is licensed under
+ * 2002-2003 (c) MontaVista Software, Inc.  This file is licensed under
  * the terms of the GNU General Public License version 2.  This program
  * is licensed "as is" without any warranty of any kind, whether express
  * or implied.
@@ -80,7 +80,5 @@ void
 gen550_kgdb_map_scc(void)
 {
        printk(KERN_DEBUG "kgdb init\n");
-       if (ppc_md.early_serial_map)
-               ppc_md.early_serial_map();
        kgdb_debugport = serial_init(KGDB_PORT, NULL);
 }