From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756885AbYDJRdG (ORCPT ); Thu, 10 Apr 2008 13:33:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756559AbYDJRcz (ORCPT ); Thu, 10 Apr 2008 13:32:55 -0400 Received: from wx-out-0506.google.com ([66.249.82.232]:4426 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755907AbYDJRcz (ORCPT ); Thu, 10 Apr 2008 13:32:55 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UVLR/F0OYPHU7NouDKJNrZ4bT0ikhl3YKnBywWO2EpIsRHBwtBARNredWpXrk8KdgPmvtxL4x2tFvcbFnVoLxkqZItAIFaNfQalG6SdAWhfe1tV8Gyqu9c8FGQHo6gtNVvsTVkDRMUnjHoAeRidjgdVIaNqHJlM4+kWxKbgw4Sk= Message-ID: Date: Thu, 10 Apr 2008 10:32:53 -0700 From: "Andrew Pinski" To: "H. Peter Anvin" Subject: Re: [PATCH] pop previous section in alternative.c Cc: "Steven Rostedt" , "Linus Torvalds" , "Andi Kleen" , "Andy Whitcroft" , LKML , "Ingo Molnar" , "Peter Zijlstra" , akpm@linux-foundation.org, "Rusty Russell" , "Glauber de Oliveira Costa" , "Jan Beulich" , "Thomas Gleixner" In-Reply-To: <47FE493C.2010709@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080410094637.GW17915@shadowen.org> <20080410144114.GH10019@one.firstfloor.org> <20080410150544.GI10019@one.firstfloor.org> <47FE3B24.4020301@zytor.com> <47FE493C.2010709@zytor.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 10, 2008 at 10:07 AM, H. Peter Anvin wrote: > Of course, The Right Thing[TM] would be for gcc to emit .pushsection ... > .popsection around #APP ... #NO_APP. Why?? GCC assumes that people don't do crazy things in their inline-asm and the source did in this case. Thanks, Andrew Pinski