No description
Find a file
Christophe Leroy 39394decd8 powerpc/wii: properly disable use of BATs when requested.
commit 6d183ca8ba upstream.

'nobats' kernel parameter or some options like CONFIG_DEBUG_PAGEALLOC
deny the use of BATS for mapping memory.

This patch makes sure that the specific wii RAM mapping function
takes it into account as well.

Fixes: de32400dd2 ("wii: use both mem1 and mem2 as ram")
Cc: stable@vger.kernel.org
Reviewed-by: Jonathan Neuschafer <j.neuschaefer@gmx.net>
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-03-23 14:35:26 +01:00
arch powerpc/wii: properly disable use of BATs when requested. 2019-03-23 14:35:26 +01:00
block
certs
crypto
Documentation
drivers serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 chip use the pci_pericom_setup() 2019-03-23 14:35:25 +01:00
firmware
fs jbd2: fix compile warning when using JBUFFER_TRACE 2019-03-23 14:35:26 +01:00
include device property: Fix the length used in PROPERTY_ENTRY_STRING() 2019-03-23 14:35:24 +01:00
init
ipc
kernel kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv 2019-03-23 14:35:24 +01:00
lib
mm mm/vmalloc: fix size check for remap_vmalloc_range_partial() 2019-03-23 14:35:24 +01:00
net
samples
scripts
security security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock 2019-03-23 14:35:26 +01:00
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.