usr/src/uts/i86pc/os/startup.c
changeset 10321 44087508eb73
parent 10175 dd9708d1f561
child 10942 eaa343de0d06
--- a/usr/src/uts/i86pc/os/startup.c	Mon Aug 17 10:56:59 2009 +0800
+++ b/usr/src/uts/i86pc/os/startup.c	Mon Aug 17 12:22:38 2009 +0800
@@ -668,7 +668,6 @@
 startup(void)
 {
 #if !defined(__xpv)
-	extern void startup_bios_disk(void);
 	extern void startup_pci_bios(void);
 	extern int post_fastreboot;
 #endif
@@ -706,10 +705,7 @@
 	startup_xen_mca();
 #endif
 	startup_modules();
-#if !defined(__xpv)
-	if (!post_fastreboot)
-		startup_bios_disk();
-#endif
+
 	startup_end();
 	progressbar_start();
 }