projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44e5ddc
)
[S390] Remove useless newline in reserve_kdump_bootmem()
author
Michael Holzheu
<holzheu@linux.vnet.ibm.com>
Tue, 27 Dec 2011 10:27:06 +0000
(11:27 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Tue, 27 Dec 2011 10:27:09 +0000
(11:27 +0100)
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/setup.c
b/arch/s390/kernel/setup.c
index e54c4ff8abaaa3d1a34efd34decd0d12c713e4ef..26b601c2b137164db74f0460e256ac27c73879c4 100644
(file)
--- a/
arch/s390/kernel/setup.c
+++ b/
arch/s390/kernel/setup.c
@@
-654,7
+654,6
@@
static int __init verify_crash_base(unsigned long crash_base,
static void __init reserve_kdump_bootmem(unsigned long addr, unsigned long size,
int type)
{
-
create_mem_hole(memory_chunk, addr, size, type);
}