Don't print bootinfo.bi_n_bios_used in cpu_startup() since it is always
zero because no drivers have had a chance to change it.
This commit is contained in:
parent
388ddab632
commit
c827accd9a
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.212 1996/11/17 02:11:01 dyson Exp $
|
||||
* $Id: machdep.c,v 1.213 1996/11/29 13:12:14 bde Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
@ -421,7 +421,6 @@ again:
|
||||
max_head, max_head + 1,
|
||||
max_sector, max_sector);
|
||||
}
|
||||
printf(" %d accounted for\n", bootinfo.bi_n_bios_used);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.212 1996/11/17 02:11:01 dyson Exp $
|
||||
* $Id: machdep.c,v 1.213 1996/11/29 13:12:14 bde Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
@ -421,7 +421,6 @@ again:
|
||||
max_head, max_head + 1,
|
||||
max_sector, max_sector);
|
||||
}
|
||||
printf(" %d accounted for\n", bootinfo.bi_n_bios_used);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user