On Thu, Jun 18, 2009 at 18:53, <[email protected]> wrote:
>       memset(&bfin_memmap, 0, sizeof(bfin_memmap));
>
> +     /* If the user does not specify things on the command line, use
> +      * what the bootloader set things up as
> +      */
> +     physical_mem_end = 0;

i was hoping you'd drop these two initialization steps when you made
this fix.  they're in the .bss which means they get zeroed out when
booting, so these two lines are simply wasted time.
-mike
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to