Re: [BUG] x86 kenel won't boot under Virtual PC

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linus Torvalds
Date: Monday, September 8, 2008 - 10:04 am

On Mon, 8 Sep 2008, Andi Kleen wrote:

Btw, I do think that the whole NOPL issue is separate from all the other 
issues. There can be _other_ cases where it really is worth doing some 
"generic" optimizations or being more "specific", and my argument really 
is that NOPL is _not_ one of those cases.

So I'm still not sure that X86_GENERIC is necessarily the answer. The 
answer may be:

 - never use NOPL statically unless we _know_ it works (eg x86-64)

 - never allow such a stupid decision by gcc as to use NOPL on x86-32.

..and then leave X86_GENERIC alone wrt everything else.

Peter - does gcc actually use NOPL in _32-bit_ code too? It really seems 
to be a stupid decision to make a binary not run on other CPU's over 
something as trivial as that. That's something I'd expect out of an Intel 
compiler just to mess with AMD, not out of gcc.

			Linus
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Sun Sep 7, 1:07 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Sun Sep 7, 4:22 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Sun Sep 7, 6:48 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Sun Sep 7, 7:49 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Sun Sep 7, 9:04 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, Andi Kleen, (Mon Sep 8, 2:42 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Mon Sep 8, 6:25 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Mon Sep 8, 8:09 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Ingo Molnar, (Mon Sep 8, 8:23 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 8:36 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Mon Sep 8, 8:38 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 8:38 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 8:43 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Andi Kleen, (Mon Sep 8, 8:45 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 8:50 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Andi Kleen, (Mon Sep 8, 8:50 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 8:50 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 8:54 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Andi Kleen, (Mon Sep 8, 8:57 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Mon Sep 8, 9:07 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 9:13 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 9:15 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Mon Sep 8, 9:20 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, David Sanders, (Mon Sep 8, 9:26 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 9:32 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 9:42 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Mon Sep 8, 9:59 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Andi Kleen, (Mon Sep 8, 10:00 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Ingo Molnar, (Mon Sep 8, 10:02 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Mon Sep 8, 10:04 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 10:08 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 10:12 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Andi Kleen, (Mon Sep 8, 10:18 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Mon Sep 8, 10:38 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Mon Sep 8, 10:41 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 10:59 am)
Re: [BUG] x86 kenel won't boot under Virtual PC, H. Peter Anvin, (Mon Sep 8, 12:09 pm)
Re: [BUG] x86 kenel won't boot under Virtual PC, Linus Torvalds, (Mon Sep 8, 3:42 pm)