Re: [PATCH v2 06/11] mm: remove VM_PAT

2025-05-13 Thread Liam R. Howlett
* David Hildenbrand [250512 08:34]: > It's unused, so let's remove it. > > Reviewed-by: Lorenzo Stoakes > Acked-by: Ingo Molnar # x86 bits > Signed-off-by: David Hildenbrand Reviewed-by: Liam R. Howlett > --- > include/linux/mm.h | 4 +--- > include/trace/events/mmflags.h | 4 +

[PATCH v2 06/11] mm: remove VM_PAT

2025-05-12 Thread David Hildenbrand
It's unused, so let's remove it. Reviewed-by: Lorenzo Stoakes Acked-by: Ingo Molnar # x86 bits Signed-off-by: David Hildenbrand --- include/linux/mm.h | 4 +--- include/trace/events/mmflags.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/include/linux/mm.