* [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
* Re: [PATCH] Several patches against linuxppc_devel-2.4.18-rc1
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)
0 siblings, 1 reply; 3+ messages in thread
From: Armin @ 2002-02-17 15:27 UTC (permalink / raw)
To: David Müller (ELSOFT AG); +Cc: linuxppc-embedded
David Müller (ELSOFT AG) wrote:
> 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
>
ok.
> - arch/ppc/kernel/ppc4xx_pic.c
> fixed constant in ppc405_pic_get_irq()
> (NR_IRQS is not necessarily the total number of UIC irqs)a
hmmmmm... we should get ride of "NR_BOARD_IRQS" instead?
>
> - arch/ppc/platforms/ibm_ocp.h
> wrong header file included + some little name fixes
header file fix all ready in. I will get the name change next patch in.
>
>
> 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).
>
Good point:)
> Dave
Armin
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Several patches against linuxppc_devel-2.4.18-rc1
2002-02-17 15:27 ` Armin
@ 2002-02-18 12:35 ` David Müller (ELSOFT AG)
0 siblings, 0 replies; 3+ messages in thread
From: David Müller (ELSOFT AG) @ 2002-02-18 12:35 UTC (permalink / raw)
To: Armin; +Cc: linuxppc-embedded
Hi
Armin wrote:
> David Müller (ELSOFT AG) wrote:
>
>> Hello
>>
>> - arch/ppc/kernel/ppc4xx_pic.c
>> fixed constant in ppc405_pic_get_irq()
>> (NR_IRQS is not necessarily the total number of UIC irqs)a
>
>
> hmmmmm... we should get ride of "NR_BOARD_IRQS" instead?
>
What do you mean by "get ride of "NR_BOARD_IRQS"".
Remove "NR_BOARD_IRQS" and the whole functionality behind of it
completely or just replace "NR_BOARD_IRQS" by a more meaningful name?
Dave
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ 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).