Daniel Dickman wrote:
> Here is a small patch to main.c.
>
> It does the following:
> - makes sure that asm/mtrr.h actually gets included, and
> --- linux-2.4.5/init/main.c Tue May 22 12:35:42 2001
> +++ linux/init/main.c Sat Jun 16 11:48:42 2001
> @@ -50,7 +50,7 @@
> #endif
>
> #ifdef CONFIG_MTRR
> -# include <asm/mtrr.h>
> +#include <asm/mtrr.h>
> #endif
huh?
There is absolutely nothing wrong with that include line.
--
Jeff Garzik | Andre the Giant has a posse.
Building 1024 |
MandrakeSoft |
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/