mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
289a92b87e48c07a4f112095177a00a7951bb91c
cpufreq-dt-platdev.c is useless on rockchip platform, remove it and save memory. $ ./scripts/bloat-o-meter vmlinux_before vmlinux add/remove: 0/4 grow/shrink: 0/0 up/down: 0/-18284 (-18284) Function old new delta __initcall_cpufreq_dt_platdev_init6 4 - -4 cpufreq_dt_platdev_init 248 - -248 blacklist 8232 - -8232 whitelist 9800 - -9800 Total: Before=10211366, After=10193082, chg -0.18% Change-Id: Ibcc15aa3a8b13afa208c77979b75c617aeaef5fb Signed-off-by: Liang Chen <cl@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%