Re: breakage: flex mmap patch for x86-64

From: Andi Kleen
Date: Sat Nov 06 2004 - 04:18:39 EST


> static inline int mmap_is_legacy(void)
> {
> + if (test_thread_flag(TIF_IA32))
> + return 1;

That's definitely not the right fix because for 32bit you need flexmmap
more than for 64bit because it gives you more address space.

-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/