linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Ben's 2.4.10 problems
@ 2001-09-25 19:19 Kaoru Fukui
  2001-09-25 19:55 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 2+ messages in thread
From: Kaoru Fukui @ 2001-09-25 19:19 UTC (permalink / raw)
  To: benh, linuxppc-dev


Hi

I had problems in latest Ben's 2.4.10 compiling.
The problems are in 12c.c,smp.c,chrp_smp.c.

Kaoru

------------------------------------------
diff -urN base/drivers/i2c/i2c-keywest.c fixed/drivers/i2c/i2c-keywest.c

--- base/drivers/i2c/i2c-keywest.c Mon Sep 24 22:24:14 2001
+++ fixed/drivers/i2c/i2c-keywest.c Wed Sep 26 02:00:50 2001
@@ -42,7 +42,7 @@
 #include <linux/mm.h>

 #include <asm/prom.h>
-#include <asm/feature.h>
+#include <asm/pmac_feature.h>
 #include <linux/nvram.h>

 /* The Tumbler audio equalizer can be really slow sometimes */

------------------------------------------------
diff -urN base/arch/ppc/kernel/chrp_smp.c
fixed/arch/ppc/kernel/chrp_smp.c
--- base/arch/ppc/kernel/chrp_smp.c Mon Sep 24 22:24:23 2001
+++ fixed/arch/ppc/kernel/chrp_smp.c Wed Sep 26 02:43:21 2001
@@ -36,7 +36,7 @@
 #include <asm/prom.h>
 #include <asm/smp.h>
 #include <asm/residual.h>
-#include <asm/feature.h>
+#include <asm/pmac_feature.h>
 #include <asm/time.h>

 #include "open_pic.h"
diff -urN base/arch/ppc/kernel/smp.c fixed/arch/ppc/kernel/smp.c
--- base/arch/ppc/kernel/smp.c Mon Sep 24 22:24:23 2001
+++ fixed/arch/ppc/kernel/smp.c Wed Sep 26 02:22:28 2001
@@ -35,7 +35,7 @@
 #include <asm/prom.h>
 #include <asm/smp.h>
 #include <asm/residual.h>
-#include <asm/feature.h>
+#include <asm/pmac_feature.h>
 #include <asm/time.h>

 #include "open_pic.h"

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Ben's 2.4.10 problems
  2001-09-25 19:19 Ben's 2.4.10 problems Kaoru Fukui
@ 2001-09-25 19:55 ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2001-09-25 19:55 UTC (permalink / raw)
  To: Kaoru Fukui, linuxppc-dev


>I had problems in latest Ben's 2.4.10 compiling.
>The problems are in 12c.c,smp.c,chrp_smp.c.

Thanks. The proper fix is to just remove those 3 #include as
they are useless.

Ben.

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-09-25 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-25 19:19 Ben's 2.4.10 problems Kaoru Fukui
2001-09-25 19:55 ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).