AW: [PATCH] mips: fix HIGHMEM initialization

From: markus.stockhausen

Date: Wed Dec 31 2025 - 07:43:49 EST


Hi Mike,

> Von: Mike Rapoport <rppt@xxxxxxxxxx>
> Betreff: [PATCH] mips: fix HIGHMEM initialization
>
> Commit 6faea3422e3b ("arch, mm: streamline HIGHMEM freeing") overzealously
> removed mem_init_free_highmem() function that beside freeing high memory
> pages checked for CPU support for high memory as a prerequisite.

Ah, that gives a little insight to the issue.

Thanks for the patch.

Markus