9/22

s390: mm: use mm_is_kernel() for kernel mm checks

在 s390 的 mmu_context/pgtable/pgalloc 中用 mm_is_kernel() 替代 &init_mm 比较,简化内核 mm 识别。