[PATCH] uml: use -mcmodel=kernel for x86_64
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Wed, 27 Sep 2006 08:50:27 +0000 (01:50 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Sep 2006 15:26:15 +0000 (08:26 -0700)
commit06837504de7b4883e92af207dbbab4310d0db0ed
treeab3743a38bb2731dc93ac83001975ae939dc2996
parent85f651794c46e8e3faf204a767d1caa7f9f278f0
[PATCH] uml: use -mcmodel=kernel for x86_64

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.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/Makefile-x86_64