mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
Remove duplicate bootverbose increment.
This commit is contained in:
parent
4c3bf245fe
commit
d1f5097233
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202806
@ -161,7 +161,6 @@ cpu_startup(void *dummy)
|
||||
if (boothowto & RB_VERBOSE)
|
||||
bootverbose++;
|
||||
|
||||
bootverbose++;
|
||||
printf("real memory = %lu (%luK bytes)\n", ptoa(realmem),
|
||||
ptoa(realmem) / 1024);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user