From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 40D4567D98 for ; Tue, 7 Nov 2006 19:02:30 +1100 (EST) In-Reply-To: <20061107072123.4463F67C29@ozlabs.org> References: <20061107072123.4463F67C29@ozlabs.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [RFC/PATCH 1/7] Add #defines for Hypertransport MSI fields Date: Tue, 7 Nov 2006 09:01:03 +0100 To: Michael Ellerman Cc: Greg Kroah-Hartman , linuxppc-dev@ozlabs.org, "Eric W. Biederman" , linux-pci@atrey.karlin.mff.cuni.cz, "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > +#define HT_MSI_FIXED_ADDR 0x0000000FEE0000ULL /* Fixed addr */ You forgot a zero at the end (and one on front, but that doesn't matter all that much ;-) ). Segher