Merge commit 'gcl/next' into next
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#include <linux/crash_dump.h>
|
||||
#include <linux/bootmem.h>
|
||||
#include <linux/lmb.h>
|
||||
#include <linux/memblock.h>
|
||||
#include <asm/code-patching.h>
|
||||
#include <asm/kdump.h>
|
||||
#include <asm/prom.h>
|
||||
@@ -33,7 +33,7 @@ unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX;
|
||||
#ifndef CONFIG_RELOCATABLE
|
||||
void __init reserve_kdump_trampoline(void)
|
||||
{
|
||||
lmb_reserve(0, KDUMP_RESERVE_LIMIT);
|
||||
memblock_reserve(0, KDUMP_RESERVE_LIMIT);
|
||||
}
|
||||
|
||||
static void __init create_trampoline(unsigned long addr)
|
||||
|
Reference in New Issue
Block a user