All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [PATCH 1/3] uml: use -mcmodel=kernel for x86_64
@ 2006-08-06 15:47 ` Paolo 'Blaisorblade' Giarrusso
  0 siblings, 0 replies; 28+ messages in thread
From: Paolo 'Blaisorblade' Giarrusso @ 2006-08-06 15:47 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Jeff Dike, linux-kernel, user-mode-linux-devel

From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>

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

 arch/um/Makefile-x86_64 |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/arch/um/Makefile-x86_64 b/arch/um/Makefile-x86_64
index 9558a7c..11154b6 100644
--- a/arch/um/Makefile-x86_64
+++ b/arch/um/Makefile-x86_64
@@ -4,10 +4,13 @@ # Released under the GPL
 core-y += arch/um/sys-x86_64/
 START := 0x60000000
 
+_extra_flags_ = -fno-builtin -m64 -mcmodel=kernel
+
 #We #undef __x86_64__ for kernelspace, not for userspace where
 #it's needed for headers to work!
-CFLAGS += -U__$(SUBARCH)__ -fno-builtin -m64
-USER_CFLAGS += -fno-builtin -m64
+CFLAGS += -U__$(SUBARCH)__ $(_extra_flags_)
+USER_CFLAGS += $(_extra_flags_)
+
 CHECKFLAGS  += -m64
 AFLAGS += -m64
 LDFLAGS += -m elf_x86_64

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2006-08-09 14:45 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-06 15:47 [uml-devel] [PATCH 1/3] uml: use -mcmodel=kernel for x86_64 Paolo 'Blaisorblade' Giarrusso
2006-08-06 15:47 ` Paolo 'Blaisorblade' Giarrusso
2006-08-06 15:47 ` [uml-devel] [PATCH 2/3] uml: fix proc-vs-interrupt context spinlock deadlock Paolo 'Blaisorblade' Giarrusso
2006-08-06 15:47   ` Paolo 'Blaisorblade' Giarrusso
2006-08-07 22:14   ` [uml-devel] " Jeff Dike
2006-08-07 22:14     ` Jeff Dike
2006-08-08 10:59     ` [uml-devel] " Paolo Giarrusso
2006-08-08 10:59       ` Paolo Giarrusso
2006-08-08 20:02       ` [uml-devel] " Jeff Dike
2006-08-08 20:02         ` Jeff Dike
2006-08-09 14:44         ` [uml-devel] " Paolo Giarrusso
2006-08-09 14:44           ` Paolo Giarrusso
2006-08-06 15:47 ` [uml-devel] [PATCH 3/3] uml: clean our set_ether_mac Paolo 'Blaisorblade' Giarrusso
2006-08-06 15:47   ` Paolo 'Blaisorblade' Giarrusso
2006-08-07 22:17   ` [uml-devel] " Jeff Dike
2006-08-07 22:17     ` Jeff Dike
2006-08-07 21:18 ` [uml-devel] [PATCH 1/3] uml: use -mcmodel=kernel for x86_64 Jeff Dike
2006-08-07 21:18   ` Jeff Dike
2006-08-08 10:46   ` [uml-devel] " Paolo Giarrusso
2006-08-08 10:46     ` Paolo Giarrusso
2006-08-08 11:22 ` [uml-devel] " Andi Kleen
2006-08-08 11:22   ` Andi Kleen
2006-08-08 14:03   ` [uml-devel] " Paolo Giarrusso
2006-08-08 14:03     ` Paolo Giarrusso
2006-08-08 14:14     ` [uml-devel] " Andi Kleen
2006-08-08 14:14       ` Andi Kleen
2006-08-08 14:47     ` [uml-devel] " Daniel Gryniewicz
2006-08-08 14:47       ` Daniel Gryniewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.