Update of /cvsroot/linux-vax/kernel-2.4/drivers/char
In directory usw-pr-cvs1:/tmp/cvs-serv22508
Modified Files:
tty_io.c
Log Message:
Re-enable tty_struct size paranoia check now that we've got a 4K PAGE_SIZE
Index: tty_io.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/tty_io.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tty_io.c 2001/02/11 23:56:25 1.2
+++ tty_io.c 2001/02/21 00:21:40 1.3
@@ -2219,10 +2219,8 @@
*/
void __init tty_init(void)
{
-#if 0 /* temporary for VAX */
if (sizeof(struct tty_struct) > PAGE_SIZE)
panic("size of tty structure > PAGE_SIZE!");
-#endif
/*
* dev_tty_driver and dev_console_driver are actually magic
|