Update of /cvsroot/linuxconsole/ruby/linux/arch/sh/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv27749/arch/sh/kernel
Modified Files:
setup.c
Log Message:
Synced to 2.5.3
Index: setup.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/arch/sh/kernel/setup.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- setup.c 20 Jan 2002 03:54:45 -0000 1.6
+++ setup.c 13 Mar 2002 23:48:37 -0000 1.7
@@ -140,9 +140,8 @@
static kdev_t sh_console_device(struct console *c)
{
- /* TODO: this is totally bogus */
- /* return MKDEV(SCI_MAJOR, SCI_MINOR_START + c->index); */
- return 0;
+ /* /dev/null */
+ return mk_kdev(MEM_MAJOR, 3);
}
/*
|