Michal Piotrowski <[EMAIL PROTECTED]> wrote: > > On 08/09/05, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ > > [EMAIL PROTECTED]:~$ cat /proc/meminfo > MemTotal: 893824 kB > [---cut---] > VmallocChunk: 110380 kB > > something is wrong, I have got 1 gb ram on my box.
Me too. It's some bug in memory-hotplug-i386-addition-functions.patch. btw, Dave, if you see something like this: --- devel/arch/i386/mm/discontig.c +++ devel-akpm/arch/i386/mm/discontig.c @@ -98,7 +98,7 @@ unsigned long node_memmap_size_bytes(int extern unsigned long find_max_low_pfn(void); extern void find_max_pfn(void); -extern void one_highpage_init(struct page *, int, int); +extern void add_one_highpage_init(struct page *, int, int); Please take the opportunity to dtrt and move the thing into a header file rather than letting such dreck continue to live, thanks. And please don't send bugs either. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/