alistair23-linux/arch/m32r/kernel
Bernhard Walle 72a7fe3967 Introduce flags for reserve_bootmem()
This patchset adds a flags variable to reserve_bootmem() and uses the
BOOTMEM_EXCLUSIVE flag in crashkernel reservation code to detect collisions
between crashkernel area and already used memory.

This patch:

Change the reserve_bootmem() function to accept a new flag BOOTMEM_EXCLUSIVE.
If that flag is set, the function returns with -EBUSY if the memory already
has been reserved in the past.  This is to avoid conflicts.

Because that code runs before SMP initialisation, there's no race condition
inside reserve_bootmem_core().

[akpm@linux-foundation.org: coding-style fixes]
[akpm@linux-foundation.org: fix powerpc build]
Signed-off-by: Bernhard Walle <bwalle@suse.de>
Cc: <linux-arch@vger.kernel.org>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-07 08:42:25 -08:00
..
align.c
asm-offsets.c
entry.S m32r: Rename STI/CLI macros 2007-09-06 11:10:56 +09:00
head.S
init_task.c
irq.c spelling fixes: arch/m32r/ 2007-10-20 01:14:39 +02:00
m32r_ksyms.c
Makefile
module.c
process.c
ptrace.c arch/m32r/: Spelling fixes 2008-02-03 16:53:47 +02:00
semaphore.c
setup.c Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
signal.c m32r: Update sys_rt_sigsuspend 2007-11-28 01:24:04 +09:00
smp.c spelling fixes: arch/m32r/ 2007-10-20 01:14:39 +02:00
smpboot.c spelling fixes: arch/m32r/ 2007-10-20 01:14:39 +02:00
sys_m32r.c spelling fixes: arch/m32r/ 2007-10-20 01:14:39 +02:00
syscall_table.S timerfd: fix remaining architectures 2008-02-05 14:37:15 -08:00
time.c M32R: cleanup struct irqaction initializers 2007-10-16 09:43:04 -07:00
traps.c Use helpers to obtain task pid in printks (arch code) 2007-10-19 11:53:43 -07:00
vmlinux.lds.S all archs: consolidate init and exit sections in vmlinux.lds.h 2008-01-28 23:21:17 +01:00