diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-03-25 23:40:36 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-03-25 23:40:36 +0000 |
commit | 7206675c40394c78a90e74812bbdbf8cf3cca1be (patch) | |
tree | 251895cf5a0008e2b4ce438cb01ad4d55fb5b97b /drivers/block/rd.c | |
parent | beb116954b9b7f3bb56412b2494b562f02b864b1 (diff) |
Import of Linux/MIPS 2.1.14.2
Diffstat (limited to 'drivers/block/rd.c')
-rw-r--r-- | drivers/block/rd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/block/rd.c b/drivers/block/rd.c index 0150bf404..f1bfa7403 100644 --- a/drivers/block/rd.c +++ b/drivers/block/rd.c @@ -35,7 +35,6 @@ * * 4/25/96 : Made ramdisk size a parameter (default is now 4MB) * - Chad Page - * 7/23/96 : Support for systems without PC-style consoles - <dfrick@dial.eunet.ch> */ #include <linux/config.h> @@ -521,11 +520,9 @@ void rd_load() #ifdef CONFIG_BLK_DEV_FD floppy_eject(); #endif -#ifndef CONFIG_SERIAL_ONLY_CONSOLE printk(KERN_NOTICE "VFS: Insert root floppy disk to be loaded into ramdisk and press ENTER\n"); wait_for_keypress(); -#endif } rd_load_image(ROOT_DEV,rd_image_start); |