Re: [PATCH mm-unstable 11/17] mm: sh: Introduce arch_mmap_hint()

2024-12-10 Thread kernel test robot
/mm.git mm-everything patch link: https://lore.kernel.org/r/20241210024119.2488608-12-kaleshsingh%40google.com patch subject: [PATCH mm-unstable 11/17] mm: sh: Introduce arch_mmap_hint() config: sh-randconfig-001-20241210 (https://download.01.org/0day-ci/archive/20241210/202412102044.uian0clk

[PATCH mm-unstable 11/17] mm: sh: Introduce arch_mmap_hint()

2024-12-09 Thread Kalesh Singh
Introduce sh arch_mmap_hint() and define HAVE_ARCH_MMAP_HINT. This is a preparatory patch, no functional change is introduced. Signed-off-by: Kalesh Singh --- arch/sh/include/asm/pgtable.h | 1 + arch/sh/mm/mmap.c | 48 +++ 2 files changed, 27 inserti