https://github.com/torvalds/linux
Revision c47e1a1cb6d473172d4d9c24056960bd542dc56c authored by Guo Ren on 20 January 2021, 09:21:57 UTC, committed by Guo Ren on 27 February 2021, 08:35:09 UTC
The max_mapnr is the number of PFNs, not absolute PFN offset.
Using set_max_mapnr API instead of setting the value directly.

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
1 parent 0d3b051
Raw File
Tip revision: c47e1a1cb6d473172d4d9c24056960bd542dc56c authored by Guo Ren on 20 January 2021, 09:21:57 UTC
csky: Fixup pfn_valid error with wrong max_mapnr
Tip revision: c47e1a1
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top