From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Subject: Re: Dreamcast framebuffer updates. Date: Sat, 17 May 2003 17:09:12 -0500 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <20030517220912.GA16800@linux-sh.org> References: <20030517215102.A21395@infradead.org> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: List-Id: Cc: Christoph Hellwig , Linux Fbdev development list , Linux Kernel Mailing List On Sat, May 17, 2003 at 09:59:35PM +0100, James Simmons wrote: > > > #ifdef CONFIG_MTRR > > > - #include > > > +#include > > > #endif > > > > how can CONFIG_MTRR ever be set for sh? > > Paul ??? Is it possible? > No, its not possible. Things were originally written with generic pvr2 hardware in mind (including PVR2 PCI boards like the Neon 250). Unfortunately I don't have any of that hardware, so these days its all SH specific. As such, the MTRR stuff can be removed without any problems.