On Wed, Sep 04, 2024 at 11:32:45PM -0500, Wentao Zhang wrote:
> Set ARCH_HAS_* options to "y" in kconfig and include section description in
Is description the right word here? Maybe "include the compiler generated
sections"? Open to other suggestions.
> linker script.
>
> Signed-off-by: Wentao Z
Set ARCH_HAS_* options to "y" in kconfig and include section description in
linker script.
Signed-off-by: Wentao Zhang
Reviewed-by: Chuck Wolber
Tested-by: Chuck Wolber
---
arch/x86/Kconfig | 2 ++
arch/x86/kernel/vmlinux.lds.S | 2 ++
2 files changed, 4 insertions(+)
diff --git