On Oct 12, 2010, at 5:25 AM, <harninder....@freescale.com> 
<harninder....@freescale.com> wrote:

> 
> +static int __devinit mpc85xx_l2ctlr_of_probe(struct platform_device *dev,
> +                                       const struct of_device_id *match)
> +{
> +     long rval;
> +     unsigned int rem;
> +     unsigned char ways;
> +     const unsigned int *prop;
> +     unsigned int l2cache_size;
> +     struct device_node *np;
> +     int i = 0;
> +     bool amp = 0;
> +     struct sram_parameters sram_params;
> +     static char *compatible_list[] = {
> +                                     "fsl,MPC85XXRDB-CAMP",
> +                                     "fsl,P2020DS-CAMP",
> +                                     NULL
> +                             };
> +

Remove this AMP stuff.  We specify the cache-sram-size & cache-sram-offset so 
for the AMP kernels these can be set as needed.

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

Reply via email to