Re: [PATCH v1 07/19] powerpc: Untangle fixmap.h and pgtable.h and mmu.h

2023-09-13 Thread kernel test robot
/c94717708db817a0a0a6349431a2701252686899.1694443576.git.christophe.leroy%40csgroup.eu patch subject: [PATCH v1 07/19] powerpc: Untangle fixmap.h and pgtable.h and mmu.h config: powerpc-randconfig-r013-20230912 (https://download.01.org/0day-ci/archive/20230913/202309131942.k7ezjho8-...@intel.com/config) compiler: powerpc

[PATCH v1 07/19] powerpc: Untangle fixmap.h and pgtable.h and mmu.h

2023-09-11 Thread Christophe Leroy
fixmap.h need pgtable.h for [un]map_kernel_page() pgtable.h need fixmap.h for FIXADDR_TOP. Untangle the two files by moving FIXADDR_TOP into pgtable.h Also move VIRT_IMMR_BASE to fixmap.h to avoid fixmap.h in mmu.h Signed-off-by: Christophe Leroy ---