Re: [PATCH v4 16/17] blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC

2020-08-06 Thread Tom Rini
On Fri, Jul 24, 2020 at 02:12:24PM +0300, Ovidiu Panait wrote: > Extend manual relocation of block_cache list pointers to all platforms that > enable CONFIG_NEEDS_MANUAL_RELOC. Remove m68k-specific checks and provide a > single implementation that adds gd->reloc_off to the pre-relocation > pointer

[PATCH v4 16/17] blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC

2020-07-24 Thread Ovidiu Panait
Extend manual relocation of block_cache list pointers to all platforms that enable CONFIG_NEEDS_MANUAL_RELOC. Remove m68k-specific checks and provide a single implementation that adds gd->reloc_off to the pre-relocation pointers. Acked-by: Angelo Dureghello Tested-by: Angelo Dureghello Reviewed-