https://github.com/torvalds/linux
Revision 0ec7ec75f674dbf48010081383263771f2611e72 authored by Ralf Baechle on 15 November 2012, 11:53:59 UTC, committed by Ralf Baechle on 23 November 2012, 17:44:37 UTC
Without this, we may end up with something like this in /proc/iomem:

01100000-014fffff : System RAM
  01100000-013bf48f : Kernel code
  013bf490-0149e01f : Kernel data
01500000-0c0fffff : System RAM

but the two System RAM ranges should be one single range.  This particular
case will result in kexec failure on Octeon systems if the kernel being
loaded by kexec is bigger than the already running kernel.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent f4a75d2
History
Tip revision: 0ec7ec75f674dbf48010081383263771f2611e72 authored by Ralf Baechle on 15 November 2012, 11:53:59 UTC
MIPS: Merge overlapping bootmem ranges
Tip revision: 0ec7ec7
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.7 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 224.5 KB
Makefile -rw-r--r-- 46.6 KB
README -rw-r--r-- 18.2 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top