From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752852AbZDTCJN (ORCPT ); Sun, 19 Apr 2009 22:09:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751479AbZDTCI6 (ORCPT ); Sun, 19 Apr 2009 22:08:58 -0400 Received: from yw-out-2324.google.com ([74.125.46.29]:2061 "EHLO yw-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750954AbZDTCI5 (ORCPT ); Sun, 19 Apr 2009 22:08:57 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=bEExG4KU8q9hOwkdWTPNcXbdOzrxVkGpwhltM7Ye0gnCxmYEVBafd2OuSjLXf91wta VdF7o0yZPllmj1c0e0tzuSKJutvbb2aVJ1DZ5OQcSiPUnDbX/0nOLZ+Lcnt6nifp8EiX sBzvSWpZzcwT63/SHUoat1byImt2RlmbxwddM= Message-ID: <49EBD934.4070909@gmail.com> Date: Sun, 19 Apr 2009 20:08:52 -0600 From: Robert Hancock User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Roland Dreier CC: Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner , "Robert P. J. Day" , Hitoshi Mitake , Linux Kernel Mailing List Subject: Re: arch/x86/Kconfig selects invalid HAVE_READQ, HAVE_WRITEQ vars References: <20090419214602.GA21527@elte.hu> <49EB9F59.4080904@zytor.com> <20090419223519.GA27706@elte.hu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Roland Dreier wrote: > > Also, atomicity might not be possible to guarantee on the bus level: > > say the device sits on a 32-bit PCI bus. (No matter what instruction > > the CPU gets, a readq/writeq there has to be done as two 32-bit bus > > accesses.) > > Well, the conventional PCI devices I know of with 64-bit registers were > PCI-X cards, keyed so they would only fit into a 64-bit slot. And of > course there is no such thing as 32-bit PCI Express. It's quite possible to use most 64-bit PCI-X cards in a 32-bit slot, with the 64-bit part of the card not plugged into anything. It's supposed to work (as long as the card can handle the voltage the slot uses).