Re: PPC64 PowerMac G5 support available

From: Benjamin Herrenschmidt
Date: Thu Feb 12 2004 - 02:19:03 EST



> Actually, there's another issue, which is that the default G5 config
> enables drivers/serial/pmac_zilog.c, which has a
>
> #include <asm/kgdb.h>
>
> in it that will cause the build to fail.

So here's the patch :)

===== drivers/serial/pmac_zilog.c 1.3 vs edited =====
--- 1.3/drivers/serial/pmac_zilog.c Thu Feb 12 15:50:41 2004
+++ edited/drivers/serial/pmac_zilog.c Thu Feb 12 18:14:00 2004
@@ -59,7 +59,6 @@
#include <asm/bitops.h>
#include <asm/machdep.h>
#include <asm/pmac_feature.h>
-#include <asm/kgdb.h>
#include <asm/dbdma.h>
#include <asm/macio.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/