From 98cde5eede4cd3a5011330d63ab913d7e21800a6 Mon Sep 17 00:00:00 2001 From: Dmitry Chagin Date: Wed, 11 May 2011 17:57:15 +0000 Subject: [PATCH] Remove wrong comment. MFC after: 1 week. --- sys/amd64/amd64/machdep.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 127b2cf9a825..94b4037c8e20 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -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. *