Skip to content

Commit

Permalink
docs/mm: Physical memory: Remove zone_t
Browse files Browse the repository at this point in the history
"zone_t" doesn't exist in current code base anymore, remove the
description of it.

Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250115070355.41769-1-richard120310@gmail.com
  • Loading branch information
I Hsin Cheng authored and Jonathan Corbet committed Jan 16, 2025
1 parent 08c035d commit b6cdff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/mm/physical_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6cdff9

Please sign in to comment.