From: Kaoru Fukui <k_fukui@highway.ne.jp>
To: benh@kernel.crashing.org, linuxppc-dev@lists.linuxppc.org
Subject: Ben's 2.4.10 problems
Date: Wed, 26 Sep 2001 04:19:13 +0900 [thread overview]
Message-ID: <3BB0D8B1.98ED1E7@highway.ne.jp> (raw)
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/
next reply other threads:[~2001-09-25 19:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-25 19:19 Kaoru Fukui [this message]
2001-09-25 19:55 ` Ben's 2.4.10 problems Benjamin Herrenschmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3BB0D8B1.98ED1E7@highway.ne.jp \
--to=k_fukui@highway.ne.jp \
--cc=benh@kernel.crashing.org \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).