linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Several patches against linuxppc_devel-2.4.18-rc1
@ 2002-02-16 12:52 David Müller (ELSOFT AG)
  2002-02-17 15:27 ` Armin
  0 siblings, 1 reply; 3+ messages in thread
From: David Müller (ELSOFT AG) @ 2002-02-16 12:52 UTC (permalink / raw)
  To: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 685 bytes --]

Hello

The attached patch fixes the following issues:

    - arch/ppc/kernel/Makefile
       ppc4xx_pm.o missing in export-objs list

    - arch/ppc/kernel/ppc4xx_pm.c
       missing include file + missing #ifdef #endif

    - arch/ppc/kernel/ppc4xx_pic.c
       fixed constant in ppc405_pic_get_irq()
       (NR_IRQS is not necessarily the total number of UIC irqs)

    - arch/ppc/platforms/ibm_ocp.h
       wrong header file included + some little name fixes


Regarding the newly introduce support for cascaded UICs:

Isn't the CONFIG_CASCADING_UIC option redundant?
If (CONFIG_CASCADING_UIC == (NR_UICS > 1)) is true, CONFIG_CASCADING_UIC
could be replace by (NR_UICS > 1).

Dave

[-- Attachment #2: linuxppc.patch.bz2 --]
[-- Type: application/octet-stream, Size: 930 bytes --]

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

end of thread, other threads:[~2002-02-18 12:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-16 12:52 [PATCH] Several patches against linuxppc_devel-2.4.18-rc1 David Müller (ELSOFT AG)
2002-02-17 15:27 ` Armin
2002-02-18 12:35   ` David Müller (ELSOFT AG)

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).