From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Maule Date: Tue, 11 Oct 2005 21:31:03 +0000 Subject: Re: [PATCH] set altix preferred console Message-Id: <20051011213103.GH31265@sgi.com> List-Id: References: <20050930200422.GD13855@sgi.com> In-Reply-To: <20050930200422.GD13855@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Tue, Oct 11, 2005 at 03:19:39PM -0600, Bjorn Helgaas wrote: > On Tuesday 11 October 2005 2:00 pm, Mark Maule wrote: > > So we will dup some of the PCDP scan code in sn/kernel/setup.c for the time > > being. Does anyone have a problem with moving drivers/firmware/pcdp.h under > > include/asm-ia64 so that I don't also have to dup the structure definitions? > > I don't want to move pcdp.h under asm-ia64. EFI (and, I hope, > PCDP) is coming to x86 soon. There's nothing ia64-specific > in pcdp.h or pcdp.c, so I think it would be a mistake to > move it to an arch-specific directory. Ok, thanks Bjorn. I was under the impression that stuff under dig64.org was ia64 specific ... Would moving it to include/linux be an option? If not I'll just dup the structs that I need for this. Mark