On Thu, 1 Aug 2024 09:08:06 +0300
Mike Rapoport wrote:
> From: "Mike Rapoport (Microsoft)"
>
> Commit f8f9f21c7848 ("MIPS: Fix build error for loongson64 and
> sgi-ip27") added HAVE_ARCH_NODEDATA_EXTENSION to loongson64 to silence a
> compilation error that happened because loongson64 didn't d
On Thu, 1 Aug 2024 09:08:04 +0300
Mike Rapoport wrote:
> From: "Mike Rapoport (Microsoft)"
>
> Commit f8f9f21c7848 ("MIPS: Fix build error for loongson64 and
> sgi-ip27") added HAVE_ARCH_NODEDATA_EXTENSION to sgi-ip27 to silence a
> compilation error that happened because sgi-ip27 didn't defin
On Thu, 1 Aug 2024 09:08:03 +0300
Mike Rapoport wrote:
> From: "Mike Rapoport (Microsoft)"
>
> For SGI IP27 machines node_possible_map is statically set to
> NODE_MASK_ALL and it is not updated during NUMA initialization.
>
> Ensure that it only contains nodes present in the system.
>
> Sign
On Thu, 1 Aug 2024 09:08:02 +0300
Mike Rapoport wrote:
> From: "Mike Rapoport (Microsoft)"
>
> sgi-ip27 is the only system that defines NODE_DATA() differently than
> the rest of NUMA machines.
>
> Add node_data array of struct pglist pointers that will point to
> __node_data[node]->pglist an