* [TRIVIAL PATCH][2.5.67] Compile fix to include appropriate file in bootloader
@ 2003-04-15 16:30 Takeharu KATO
2003-04-15 20:53 ` Matt Porter
0 siblings, 1 reply; 2+ messages in thread
From: Takeharu KATO @ 2003-04-15 16:30 UTC (permalink / raw)
To: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 294 bytes --]
Dear maintainers:
I use Linux-2.5.67 on PowerPC4xx and apply the patch which is
attached in this mail to compile it.
Because Linux-2.5.67 kernel attempt to include header file for mpc8xx.
Please apply this patch.
--
-----------------------------------
Takeharu KATO
Mail: tk1219@alles.or.jp
[-- Attachment #2: linux-PPC4xx.pat --]
[-- Type: text/plain, Size: 953 bytes --]
diff -Nacr linux-PPC.orig/arch/ppc/boot/simple/misc-embedded.c linux-PPC/arch/ppc/boot/simple/misc-embedded.c
*** linux-PPC.orig/arch/ppc/boot/simple/misc-embedded.c Mon Apr 14 09:10:30 2003
--- linux-PPC/arch/ppc/boot/simple/misc-embedded.c Mon Apr 14 09:40:55 2003
***************
*** 11,20 ****
#include <linux/elf.h>
#include <linux/string.h>
#include <asm/bootinfo.h>
- #include <asm/ibm4xx.h>
#include <asm/mmu.h>
#include <asm/mpc8xx.h>
#include <asm/mpc8260.h>
#include <asm/page.h>
#include <asm/processor.h>
#include <asm/residual.h>
--- 11,24 ----
#include <linux/elf.h>
#include <linux/string.h>
#include <asm/bootinfo.h>
#include <asm/mmu.h>
+ #if defined(CONFIG_4xx)
+ #include <asm/ibm4xx.h>
+ #elif defined(CONFIG_8xx)
#include <asm/mpc8xx.h>
+ #elif defined(CONFIG_8260)
#include <asm/mpc8260.h>
+ #endif /* CONFIG_4xx */
#include <asm/page.h>
#include <asm/processor.h>
#include <asm/residual.h>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [TRIVIAL PATCH][2.5.67] Compile fix to include appropriate file in bootloader
2003-04-15 16:30 [TRIVIAL PATCH][2.5.67] Compile fix to include appropriate file in bootloader Takeharu KATO
@ 2003-04-15 20:53 ` Matt Porter
0 siblings, 0 replies; 2+ messages in thread
From: Matt Porter @ 2003-04-15 20:53 UTC (permalink / raw)
To: Takeharu KATO; +Cc: linuxppc-dev
On Wed, Apr 16, 2003 at 01:30:36AM +0900, Takeharu KATO wrote:
> Dear maintainers:
>
> I use Linux-2.5.67 on PowerPC4xx and apply the patch which is
> attached in this mail to compile it.
> Because Linux-2.5.67 kernel attempt to include header file for mpc8xx.
> Please apply this patch.
Whoops, I've had this fix in my working tree for a while now.
Thanks for the reminder. Committed.
--
Matt Porter
porter@cox.net
This is Linux Country. On a quiet night, you can hear Windows reboot.
** 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:[~2003-04-15 20:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-15 16:30 [TRIVIAL PATCH][2.5.67] Compile fix to include appropriate file in bootloader Takeharu KATO
2003-04-15 20:53 ` Matt Porter
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).