Re: [PATCH 4/5] x86/kernel: Move page table macros to new header

From: Thomas Gleixner
Date: Thu May 23 2024 - 09:59:59 EST


On Wed, Apr 10 2024 at 15:48, Jason Andryuk wrote:
> ---
> arch/x86/kernel/head_64.S | 22 ++--------------------
> arch/x86/kernel/pgtable_64_helpers.h | 28 ++++++++++++++++++++++++++++

That's the wrong place as you want to include it from arch/x86/platform.

arch/x86/include/asm/....

Thanks,

tglx