Hi Jon,

On Tue, 22 Jan 2008 16:37:59 -0600 Jon Loeliger <[EMAIL PROTECTED]> wrote:
>
> +++ b/arch/powerpc/platforms/embedded6xx/storcenter.c

> +extern void _nmask_and_or_msr(unsigned long nmask, unsigned long or_val);

This clearly needs to be decalred in some header file.  (I know you did
not introduce it.)  In arch/ppc, it was declared in asm/system.h (but I
don't know if that is appropriate for arch/powerpc).  Maybe you could do
a preceeding patch that does this and fixes the other user.

> +static void __init storcenter_init_IRQ(void)
> +{
> +     struct mpic *mpic;
> +     struct device_node *dnp;
> +     const void *prop;
> +     int size;
> +     phys_addr_t paddr;
> +
> +     dnp = of_find_node_by_type(NULL, "open-pic");
> +     if (dnp == NULL)
> +             return;
> +
> +     prop = of_get_property(dnp, "reg", &size);
> +     paddr = (phys_addr_t)of_translate_address(dnp, prop);

What happens of "prop" is NULL?

-- 
Cheers,
Stephen Rothwell                    [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/

Attachment: pgpzxaLdNOYq2.pgp
Description: PGP signature

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to