17 Apr, 2013
1 commit
-
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.(On the U300)
Tested-by: Linus Walleij
Signed-off-by: Joonsoo Kim
Signed-off-by: Russell King