On Sat, May 17, 2003 at 09:39:41PM +0100, James Simmons wrote:
#ifdef CONFIG_MTRR
- #include <asm/mtrr.h>
+#include <asm/mtrr.h>
#endif
how can CONFIG_MTRR ever be set for sh?
-------------------------------------------------------
This SF.net email is sponsored by: If flattening out C++ or Java
code to make your application fit in a relational database is painful,
don't do it! Check out ObjectStore. Now part of Progress Software.
http://www.objectstore.net/sourceforge
On Sat, May 17, 2003 at 09:39:41PM +0100, James Simmons wrote:
quoted
#ifdef CONFIG_MTRR
- #include <asm/mtrr.h>
+#include <asm/mtrr.h>
#endif
how can CONFIG_MTRR ever be set for sh?
Paul ??? Is it possible?
-------------------------------------------------------
This SF.net email is sponsored by: If flattening out C++ or Java
code to make your application fit in a relational database is painful,
don't do it! Check out ObjectStore. Now part of Progress Software.
http://www.objectstore.net/sourceforge
On Sat, May 17, 2003 at 09:59:35PM +0100, James Simmons wrote:
quoted
quoted
#ifdef CONFIG_MTRR
- #include <asm/mtrr.h>
+#include <asm/mtrr.h>
#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.