Ulrich Drepper wrote:
quoted text > -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Ingo Molnar wrote:
>> i find it pretty unacceptable these days that we limit any aspect of
>> pure 64-bit apps in any way to 4GB (or any other 32-bit-ish limit).
>
> Sure, but if we can pin-point the sub-archs for which it is the problem
> then a flag to optionally request it is even easier to handle. You'd
> simply ignore the flag for anything but the P4 architecture.
>
> I personally have no problem removing the whole thing because I have no
> such machine running anymore. But there are people out there who have.
>
This could also be done entirely in glibc (thus removing the dependency
on the kernel): set the flag if and only if you detect a P4 CPU. You
don't even need to enumerate all the CPUs in the system (which would be
more painful) if you make the CPUID test wide enough that it catches all
compatible CPUs.
-hpa
--
unsubscribe notice 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/
Messages in current thread:
Re: pthread_create() slow for many threads; also time to rev... , H. Peter Anvin , (Wed Aug 13, 12:05 pm)