Remove wrong comment.

MFC after:	1 week.
This commit is contained in:
Dmitry Chagin 2011-05-11 17:57:15 +00:00
parent c79f2d97be
commit 98cde5eede
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221784

View File

@ -1298,9 +1298,6 @@ add_smap_entry(struct bios_smap *smap, vm_paddr_t *physmap, int *physmap_idxp)
* available physical memory in the system, then test this memory and
* build the phys_avail array describing the actually-available memory.
*
* If we cannot accurately determine the physical memory map, then use
* value from the 0xE801 call, and failing that, the RTC.
*
* Total memory size may be set by the kernel environment variable
* hw.physmem or the compile-time define MAXMEM.
*