Re: [PATCH v2 3/4] arch, mm: consolidate empty_zero_page
Dave Hansen <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded,gmane.linux.ports.alpha,gmane.linux.kernel,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.hexagon,gmane.linux.ports.parisc,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.uml.devel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>