mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
b15c98d8fbf91cbfa50e3a41513c2a1f515d5dbf
Find the physical ID based on the logical ID of the CPU. Currently, there are three possible order of physical CPU IDs: 1.Typical RK3588 platform: 0 1 2 3 4 5 6 7. 2.RK3588 NVR SDK swap cpu: 4 5 6 7 0 1 2 3. 3.RK3583: 0 1 2 3 4 5 or 0 1 2 3 6 7. Signed-off-by: Dingxian Wen <shawn.wen@rock-chips.com> Change-Id: I174c06afb143f05e07b4d277a487383c3119938f
…
…
…
…
…
…
…
…
…
…
…
…
…
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%