The 'testing memory' patch gets printed too many times

Approved by: cperciva (implicit)
This commit is contained in:
Eitan Adler 2012-10-22 11:57:26 +00:00
parent f06e6159c3
commit 1611e2c0d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241880
3 changed files with 0 additions and 6 deletions

View File

@ -1532,8 +1532,6 @@ getmemsize(caddr_t kmdp, u_int64_t first)
if (memtest == 0)
goto skip_memtest;
printf("testing memory...\n");
/*
* map page into kernel: valid, read/write,non-cacheable
*/

View File

@ -2459,8 +2459,6 @@ getmemsize(int first)
if (memtest == 0)
goto skip_memtest;
printf("testing memory...\n");
/*
* map page into kernel: valid, read/write,non-cacheable
*/

View File

@ -2042,8 +2042,6 @@ getmemsize(int first)
if (memtest == 0)
goto skip_memtest;
printf("testing memory...\n");
/*
* map page into kernel: valid, read/write,non-cacheable
*/