Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750922AbVK1XIs (ORCPT ); Mon, 28 Nov 2005 18:08:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751317AbVK1XIs (ORCPT ); Mon, 28 Nov 2005 18:08:48 -0500 Received: from terminus.zytor.com ([192.83.249.54]:25526 "EHLO terminus.zytor.com") by vger.kernel.org with ESMTP id S1750922AbVK1XIr (ORCPT ); Mon, 28 Nov 2005 18:08:47 -0500 Message-ID: <438B8DC6.8070006@zytor.com> Date: Mon, 28 Nov 2005 15:07:50 -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> In-Reply-To: <438B8BF8.4020604@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: 737 Lines: 18 Zachary Amsden wrote: > > You need a way to type the lock semantics by memory region, and a > working hardware solution can not perform as well as a careful software > solution. As was pointed out earlier, you can't use memory type > attributes to infer lock semantics, you must assume them in the decoder > or implement complex deadlock detection and recovery in silicon. > Sure you can. You just have to be prepared to take a microop exception if you speculate incorrectly. -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/