Re: [PATCH 1/3] uml: use -mcmodel=kernel for x86_64

From: Andi Kleen
Date: Tue Aug 08 2006 - 07:20:10 EST


Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> writes:

> From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>
>
> We have never used this flag and recently one user experienced a complaining
> warning about this (there was a symbol in the positive half of the address space
> IIRC). So fix it.

You can't use kernel cmodel in user space. It requires running on negative
virtual addresses. I would be surprised if it worked for you.

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