On Tue, Nov 02, 2004 at 12:17:20PM -0800, Manish Lachwani wrote:
+#ifdef CONFIG_MIPS64 + 0xfffffffffc807000; +#else + 0xfc807000; +#endif
Ouch. Rather ugly. I suggest you rely on the implicit sign extension of the compiler instead.
Ralf
Got it. Will send a patch with the changes and with PCI included
Thanks Manish Lachwani