Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934989Ab0HFRSW (ORCPT ); Fri, 6 Aug 2010 13:18:22 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:41049 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751771Ab0HFRSU convert rfc822-to-8bit (ORCPT ); Fri, 6 Aug 2010 13:18:20 -0400 MIME-Version: 1.0 In-Reply-To: <201008052037.o75KbxSS022005@hera.kernel.org> References: <201008052037.o75KbxSS022005@hera.kernel.org> From: Linus Torvalds Date: Fri, 6 Aug 2010 10:17:27 -0700 Message-ID: Subject: Re: [GIT PULL] x86/asm for 2.6.36 To: "H. Peter Anvin" Cc: stable@kernel.org, Alan Cox , Avi Kivity , Brian Gerst , Glauber Costa , Greg KH , "H. Peter Anvin" , Ingo Molnar , Jeff Dike , Linux Kernel Mailing List , Marcelo Tosatti , Pekka Enberg , Peter Palfrader , Thomas Gleixner , Zachary Amsden Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 964 Lines: 24 On Thu, Aug 5, 2010 at 1:37 PM, H. Peter Anvin wrote: > > ?git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git x86-asm-for-linus > > H. Peter Anvin (7): > x86, asm: Clean up and simplify set_64bit() Hmm. This seems to cause compiler warnings for me on x86-64: drivers/pci/intr_remapping.c: In function ?modify_irte?: drivers/pci/intr_remapping.c:314: warning: passing argument 1 of ?set_64bit? from incompatible pointer type /home/torvalds/v2.6/linux/arch/x86/include/asm/cmpxchg_64.h:6: note: expected ?volatile u64 *? but argument is of type ?long unsigned int *? and I'm not clear on the reason for that function prototype change. Linus -- 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/