Re: Have the 2.4 kernel memory management problems on large machines been fixed?

Martin J. Bligh (Martin.Bligh@us.ibm.com)
Wed, 22 May 2002 11:48:00 -0700


>> don't want to upgrade your CPU's, it's a _whole_ lot easier to just have a
>> magic "map_large_page()" system call, and start using the 2MB page support
>> of the x86.
>>
>> And no, this should NOT be a mmap.
>>
>> It's a magic x86-only system call,
>
>> Making the _generic_ code jump through hoops because some stupid special
>> case that nobody else is interested in is bad.
>
> Actually, I suspect that MIPS, x86-64 and other
> architectures are also interested ...

Indeed. Even if you happen to have a spare 10Gb of RAM, and can address it
efficiently, that's still no reason to blow it on mindless copies of data ;-)

M.

-
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/