From: I Hsin Cheng Date: Wed, 15 Jan 2025 07:03:55 +0000 (+0800) Subject: docs/mm: Physical memory: Remove zone_t X-Git-Tag: v6.14-rc1~171^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6cdff984c3f820e8eb6b5ec083832253034581a;p=thirdparty%2Fkernel%2Flinux.git docs/mm: Physical memory: Remove zone_t "zone_t" doesn't exist in current code base anymore, remove the description of it. Signed-off-by: I Hsin Cheng Reviewed-by: Randy Dunlap Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20250115070355.41769-1-richard120310@gmail.com --- diff --git a/Documentation/mm/physical_memory.rst b/Documentation/mm/physical_memory.rst index 531e73b003ddd..71fd4a6acf424 100644 --- a/Documentation/mm/physical_memory.rst +++ b/Documentation/mm/physical_memory.rst @@ -33,7 +33,7 @@ The entire physical address space is partitioned into one or more blocks called zones which represent ranges within memory. These ranges are usually determined by architectural constraints for accessing the physical memory. The memory range within a node that corresponds to a particular zone is -described by a ``struct zone``, typedeffed to ``zone_t``. Each zone has +described by a ``struct zone``. Each zone has one of the types described below. * ``ZONE_DMA`` and ``ZONE_DMA32`` historically represented memory suitable for