Re: [PATCH 6/7] mm: Make mk_pte() definition unconditional

2025-02-18 Thread David Hildenbrand
On 17.02.25 20:08, Matthew Wilcox (Oracle) wrote: All architectures now use the common mk_pte() definition, so we can remove the condition. Signed-off-by: Matthew Wilcox (Oracle) --- include/linux/mm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/mm.h b/include/linux/mm

[PATCH 6/7] mm: Make mk_pte() definition unconditional

2025-02-17 Thread Matthew Wilcox (Oracle)
All architectures now use the common mk_pte() definition, so we can remove the condition. Signed-off-by: Matthew Wilcox (Oracle) --- include/linux/mm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/mm.h b/include/linux/mm.h index 3ef11ff3922f..62dccde9c561 100644 --- a/inclu