patch-2.4.0-test12 linux/arch/mips64/arc/console.c
Next file: linux/arch/mips64/arc/printf.c
Previous file: linux/arch/mips64/arc/Makefile
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Nov 28 21:42:04 2000
- Orig file:
v2.4.0-test11/linux/arch/mips64/arc/console.c
- Orig date:
Sat May 13 08:30:17 2000
diff -u --recursive --new-file v2.4.0-test11/linux/arch/mips64/arc/console.c linux/arch/mips64/arc/console.c
@@ -1,17 +1,14 @@
-/* $Id: console.c,v 1.3 1999/10/19 20:51:44 ralf Exp $
- *
+/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * ARC console code.
- *
* Copyright (C) 1996 David S. Miller (dm@sgi.com)
*/
#include <linux/init.h>
#include <asm/sgialib.h>
-void __init prom_putchar(char c)
+void prom_putchar(char c)
{
ULONG cnt;
CHAR it = c;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)