|
@@ -445,7 +445,7 @@ static void __init reserve_early_setup_data(void)
|
|
* @size: Size of the crashkernel memory to reserve.
|
|
* @size: Size of the crashkernel memory to reserve.
|
|
* Returns the base address on success, and -1ULL on failure.
|
|
* Returns the base address on success, and -1ULL on failure.
|
|
*/
|
|
*/
|
|
-unsigned long long find_and_reserve_crashkernel(unsigned long long size)
|
|
|
|
|
|
+unsigned long long __init find_and_reserve_crashkernel(unsigned long long size)
|
|
{
|
|
{
|
|
const unsigned long long alignment = 16<<20; /* 16M */
|
|
const unsigned long long alignment = 16<<20; /* 16M */
|
|
unsigned long long start = 0LL;
|
|
unsigned long long start = 0LL;
|