Messages in this thread |  | | Date | Sun, 27 Aug 2000 16:29:56 +0100 (BST) | From | Tigran Aivazian <> | Subject | Re: Broken /proc/meminfo ? |
| |
On Sun, 27 Aug 2000, Michael Zieger wrote: > The "shared" and "MemShared" values show zeroes, and I didn't find > any word whether it is intended or not, so I believe it's a bug. > > I'm not on this list, I just read kernel-traffic. I hope it was OK to > send this mail, I wouldn't know any better place.
The value shown is set by arch-specific function arch/i386/mm/init.c:si_meminfo() which sets the value of sharedram to 0.
So, if you don't like the 0, write some code (on all architectures) to give meaning to "shared ram" and fill in the val->sharedram in si_meminfo().
Regards, Tigran
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |