mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
9777ac0333ff362f2f14363e1385a36f47ddd38e
For map memory, we should call vmap other than ioremap when pfn_valid(). Otherwise we would get the following warning: WARNING: CPU: 3 PID: 35 at arch/arm/mm/ioremap.c:303 __arm_ioremap_pfn_caller+0x7c/0x1b4 Modules linked in: CPU: 3 PID: 35 Comm: init/3 Not tainted 4.19.111 #348 Hardware name: Generic DT based system [<b070efe8>] (unwind_backtrace) from [<b070b560>] (show_stack+0x10/0x14) [<b070b560>] (show_stack) from [<b0c5cd44>] (dump_stack+0x90/0xa4) [<b0c5cd44>] (dump_stack) from [<b07229b8>] (__warn+0xfc/0x114) [<b07229b8>] (__warn) from [<b0722ae4>] (warn_slowpath_null+0x40/0x48) [<b0722ae4>] (warn_slowpath_null) from [<b07145ec>] (__arm_ioremap_pfn_caller+0x7c/0x1b4) [<b07145ec>] (__arm_ioremap_pfn_caller) from [<b0714770>] (__arm_ioremap_caller+0x4c/0x54) [<b0714770>] (__arm_ioremap_caller) from [<b0b5a7d0>] (sip_smc_request_share_mem+0x54/0x7c) Change-Id: I51dd47ed9dc7210fd3192b0c970c31e10d79c0a6 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
…
…
…
…
…
…
…
…
…
…
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.
See Documentation/00-INDEX for a list of what is contained in each file.
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%