No description
Find a file
Cédric Le Goater 9014eab6a3 powerpc/smp: Add __init to init_big_cores()
It fixes this link warning:

WARNING: modpost: vmlinux.o(.text.unlikely+0x2d98): Section mismatch in reference from the function init_big_cores.isra.0() to the function .init.text:init_thread_group_cache_map()
The function init_big_cores.isra.0() references
the function __init init_thread_group_cache_map().
This is often because init_big_cores.isra.0 lacks a __init
annotation or the annotation of init_thread_group_cache_map is wrong.

Fixes: 425752c63b ("powerpc: Detect the presence of big-cores via "ibm, thread-groups"")
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201221074154.403779-1-clg@kaod.org
2020-12-21 22:06:10 +11:00
arch powerpc/smp: Add __init to init_big_cores() 2020-12-21 22:06:10 +11:00
block
certs
crypto
Documentation Tracing updates for 5.11 2020-12-17 13:22:17 -08:00
drivers powerpc updates for 5.11 2020-12-17 13:34:25 -08:00
fs Tracing updates for 5.11 2020-12-17 13:22:17 -08:00
include powerpc updates for 5.11 2020-12-17 13:34:25 -08:00
init
ipc
kernel Tracing updates for 5.11 2020-12-17 13:22:17 -08:00
lib
LICENSES
mm
net NFS client updates for Linux 5.11 2020-12-17 12:15:03 -08:00
samples
scripts
security overlayfs update for 5.11 2020-12-17 11:42:48 -08:00
sound powerpc updates for 5.11 2020-12-17 13:34:25 -08:00
tools powerpc updates for 5.11 2020-12-17 13:34:25 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Tracing updates for 5.11 2020-12-17 13:22:17 -08:00
Makefile
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.