Re: [RFC PATCH 1/6] ARM, TCM: initialize TCM in paging_init(),instead of setup_arch()

From: Linus Walleij
Date: Mon Mar 25 2013 - 17:18:20 EST


On Mon, Mar 25, 2013 at 5:11 AM, Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> wrote:

> tcm_init() call iotable_init() and it use early_alloc variants which
> do memblock allocation. Directly using memblock allocation after
> initializing bootmem should not permitted, because bootmem can't know
> where are additinally reserved.
> So move tcm_init() to a safe place before initalizing bootmem.
>
> Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx>

Tested-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
(On the U300)

You should put this into Russell's patch tracker for his judgement.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/