Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757570AbZAVVFH (ORCPT ); Thu, 22 Jan 2009 16:05:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751868AbZAVVE4 (ORCPT ); Thu, 22 Jan 2009 16:04:56 -0500 Received: from torrent.cc.mcgill.ca ([132.206.27.49]:39776 "EHLO torrent.cc.mcgill.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751546AbZAVVEz (ORCPT ); Thu, 22 Jan 2009 16:04:55 -0500 Subject: Memory not being reported From: David Ronis Reply-To: ronis@ronispc.chem.mcgill.ca To: linux-kernel@vger.kernel.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Department of Chemistry, McGill University Date: Thu, 22 Jan 2009 16:04:55 -0500 Message-Id: <1232658295.3455.7.camel@ronispc.chem.mcgill.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.25.90 X-PMX-Version: 5.4.2.338381, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2008.11.25.160724 X-McGill-WhereFrom: Internal Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1251 Lines: 43 I'm running 2.6.28.1 on an i686 (slackware-12.1 for the most part) box. I recently added some extra memory, expanding from 2Gb to 4. Everything works as expected except that not all of the memory seems to be seen. free returns: total used free shared buffers cached Mem: 3374860 2099504 1275356 0 86612 1032024 -/+ buffers/cache: 980868 2393992 Swap: 497972 0 497972 and cat /proc/meminfo gives: MemTotal: 3374860 kB MemFree: 1199184 kB Buffers: 86816 kB Cached: 1036240 kB SwapCached: 0 kB Active: 1375864 kB etc. On the other hand, user-space tools like lshw show the 4 1Gb DIMMS as does the BIOS configuration boot menu. One suspicion is that the configure option CONFIG_HIGHMEM4G=y should be unset and the CONFIG_HIGHMEM64G should be. Any help would be appreciated, as would a separate CC since I don't subscribe to the list. Thanks in advance David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/