From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 7F3A367BC1 for ; Fri, 3 Nov 2006 03:10:19 +1100 (EST) Date: Thu, 2 Nov 2006 10:09:04 -0600 From: Olof Johansson To: Benjamin Herrenschmidt Subject: Re: iommu_table & it_busno Message-ID: <20061102100904.74b86ee9@localhost.localdomain> In-Reply-To: <1162439128.8514.3.camel@localhost.localdomain> References: <1162439128.8514.3.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 02 Nov 2006 14:45:28 +1100 Benjamin Herrenschmidt wrote: > Hi Olof ! > > Do we ever use that it_busno field in there ? Can I remove it ? It used to be there for debugging reasons, I think. I see no users of it any more besides double free debug output. Go for it. -Olof