Remove duplicate bootverbose increment.

This commit is contained in:
Rui Paulo 2010-01-22 11:52:12 +00:00
parent 4c3bf245fe
commit d1f5097233
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202806

View File

@ -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);