1
0
Fork 0

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: Matthew Wilcox <willy@infradead.org>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
hifive-unleashed-5.1
Matthew Wilcox 2018-11-19 08:00:49 -08:00 committed by Jonathan Corbet
parent a929a42a3e
commit acf0f57a2c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
.. _memory-allocation:
=======================
Memory Allocation Guide
=======================

View File

@ -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
===========================