Re: [PATCH] hexagon: remove code to handle nonexistent CONFIG_PAGE_SIZE_1MB

Philippe Mathieu-Daudé <[email protected]> Wed, 1 Jul 2026 19:06:16 +0200
Newsgroups org.kernel.vger.linux-hexagon
Message-ID <[email protected]>
On 2026-06-11 0:23, Ethan Nelson-Moore wrote:
> Two Hexagon memory management headers contain code to handle
> CONFIG_PAGE_SIZE_1MB, which has never existed in the kernel. Remove
> this dead code.
> 
> Discovered while searching for CONFIG_* symbols referenced in code but
> not defined in any Kconfig file.
> 
> Signed-off-by: Ethan Nelson-Moore <[email protected]>
> ---
>   arch/hexagon/include/asm/page.h    | 4 ----
>   arch/hexagon/include/asm/pgtable.h | 4 ----
>   2 files changed, 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>