Re: [PATCH v2 3/4] arch, mm: consolidate empty_zero_page
From: Dave Hansen
Date: Mon Feb 09 2026 - 10:25:33 EST
On 2/9/26 06:40, Mike Rapoport wrote:
> arch/x86/include/asm/pgtable.h | 8 --------
> arch/x86/kernel/head_32.S | 4 ----
> arch/x86/kernel/head_64.S | 7 -------
Thanks for doing this, Mike. This is definitely one of those cross-arch
warts that's been there forever. It's great to see it cleaned up.
For the x86 bits:
Acked-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>