Re: alpha 2.4.13: fix taso osf emulation

From: Richard Henderson (rth@redhat.com)
Date: Fri Oct 26 2001 - 12:11:45 EST


On Fri, Oct 26, 2001 at 02:45:22PM +0400, Ivan Kokshaysky wrote:
> find_vma() only after VM wraparound, which is extremely rare;
> keeps osf /sbin/loader happy, so no need for alpha-specific routine.

Yes there is, since TASO applications need to wrap at 1<<31,
not TASK_SIZE. Note that TASK_SIZE should _not_ be changed
for TASO applications, since they can explicitly map memory
above 4G. An example here is em86, in which the low 4G is
reserved for the emulated program, and the emulator lives in
high memory.

> Patch appended, comments?

I think you're working too hard to make this "efficient", and
in the process making the code hard to read. A subroutine
containing a simple search-forward loop is just as effective.

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



This archive was generated by hypermail 2b29 : Wed Oct 31 2001 - 21:00:31 EST