Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932288AbVK1Xct (ORCPT ); Mon, 28 Nov 2005 18:32:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932289AbVK1Xct (ORCPT ); Mon, 28 Nov 2005 18:32:49 -0500 Received: from terminus.zytor.com ([192.83.249.54]:41678 "EHLO terminus.zytor.com") by vger.kernel.org with ESMTP id S932282AbVK1Xcs (ORCPT ); Mon, 28 Nov 2005 18:32:48 -0500 Message-ID: <438B9372.2080309@zytor.com> Date: Mon, 28 Nov 2005 15:32:02 -0800 From: "H. Peter Anvin" User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Zachary Amsden CC: "Jeff V. Merkey" , Bill Davidsen , Linus Torvalds , Alan Cox , Andi Kleen , Gerd Knorr , Dave Jones , Pavel Machek , Andrew Morton , Linux Kernel Mailing List , Zwane Mwaikambo , Pratap Subrahmanyam , Christopher Li , "Eric W. Biederman" , Ingo Molnar Subject: Re: [patch] SMP alternatives References: <1132764133.7268.51.camel@localhost.localdomain> <20051123163906.GF20775@brahms.suse.de> <1132766489.7268.71.camel@localhost.localdomain> <4384AECC.1030403@zytor.com> <1132782245.13095.4.camel@localhost.localdomain> <20051123214835.GA24044@nevyn.them.org> <20051123222056.GA25078@nevyn.them.org> <438B600C.1050604@tmr.com> <438B827A.2090609@wolfmountaingroup.com> <438B8BF8.4020604@vmware.com> <438B8DC6.8070006@zytor.com> <438B92FB.4060805@vmware.com> In-Reply-To: <438B92FB.4060805@vmware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 973 Lines: 22 Zachary Amsden wrote: > > I spoke silicon too heavy handedly. The complexity of the issue > disappears if you take an exception, but rewinding state prior to the > exception and reissuing is going to be less efficient than getting it > right the first time, which is something software can always guarantee. > You need to add more hardware for prediction to get it right all the > time, and it is not clear the cost of that hardware is justified when > software can always do the right thing. > Taking exceptions is fine as long as you don't do it too often. I'm starting to suspect that the only way to do this right all the time is to have this be part of the page attributes, since it's region-specific. -hpa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/