Re: Linux 2.4.23-rc1

From: Willy Tarreau
Date: Wed Nov 12 2003 - 04:11:06 EST


On Wed, Nov 12, 2003 at 02:49:42PM +0800, glee@xxxxxxxxxxxxxxx wrote:
> On Wed, Nov 12, 2003 at 07:19:09AM +0100, Willy Tarreau wrote:
> > Hi,
> >
> > for me, -rc1 compiles correctly on Alpha, but I don't use agpgart. So I
> > guess it's about your only problem here.
> >
>
>
> I think that we should wrap the msr.h include around a CONFIG_X86_MSR.

Or simply remove it ? it doesn't seem to me that it's used anywhere in this
file. Could anybody try this patch ?

Regards,
Willy

diff -urN linux-2.4.23-rc1/drivers/char/agp/agpgart_be.c linux-2.4.23-rc1-nomsr/drivers/char/agp/agpgart_be.c
--- linux-2.4.23-rc1/drivers/char/agp/agpgart_be.c Mon Nov 10 22:24:58 2003
+++ linux-2.4.23-rc1-nomsr/drivers/char/agp/agpgart_be.c Wed Nov 12 10:08:34 2003
@@ -49,7 +49,6 @@
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/page.h>
-#include <asm/msr.h>

#include <linux/agp_backend.h>
#include "agp.h"


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/