Go to file
Geert Uytterhoeven 03191fb3db m68k: lib: Include <linux/libgcc.h> for __muldi3()
When building with W=1:

    arch/m68k/lib/muldi3.c:82:1: warning: no previous prototype for ‘__muldi3’ [-Wmissing-prototypes]
       82 | __muldi3 (DItype u, DItype v)
	  | ^~~~~~~~

Fix this by including <linux/libgcc.h>.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/160c1fd14b4798f576d9649334b1d2c77db5cb07.1697008341.git.geert@linux-m68k.org
2023-10-16 14:30:40 +02:00
Documentation
LICENSES
arch m68k: lib: Include <linux/libgcc.h> for __muldi3() 2023-10-16 14:30:40 +02:00
block
certs
crypto
drivers cxl fixes for v6.6-rc3 2023-09-24 13:50:28 -07:00
fs Tracing fixes for 6.6-rc2: 2023-09-24 13:55:34 -07:00
include ARM: 2023-09-24 14:14:35 -07:00
init
io_uring
ipc
kernel Tracing fixes for 6.6-rc2: 2023-09-24 13:55:34 -07:00
lib
mm
net
rust
samples
scripts
security
sound
tools ARM: 2023-09-24 14:14:35 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS gpio fixes for v6.6-rc3 2023-09-23 11:56:57 -07:00
Makefile Linux 6.6-rc3 2023-09-24 14:31:13 -07:00
README

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.