Commit acf0f57a authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Jonathan Corbet

Link the memory allocation guide from the MM docs

I just went looking for the memory allocation guide in the MM docs instead
of in the core API.  For the benefit of the next person who makes that
mistake, link to it from the MM docs.
Signed-off-by: default avatarMatthew Wilcox <willy@infradead.org>
Acked-by: default avatarMike Rapoport <rppt@linux.ibm.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent a929a42a
.. _memory-allocation:
=======================
Memory Allocation Guide
=======================
......
......@@ -2,7 +2,9 @@
Linux Memory Management Documentation
=====================================
This is a collection of documents about Linux memory management (mm) subsystem.
This is a collection of documents about the Linux memory management (mm)
subsystem. If you are looking for advice on simply allocating memory,
see the :ref:`memory-allocation`.
User guides for MM features
===========================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment