diff options
| -rw-r--r-- | arch/x86/kernel/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 9d5674f7b6cc..81f5d22747ae 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
| @@ -448,6 +448,7 @@ static void __init reserve_early_setup_data(void) | |||
| 448 | * @size: Size of the crashkernel memory to reserve. | 448 | * @size: Size of the crashkernel memory to reserve. |
| 449 | * Returns the base address on success, and -1ULL on failure. | 449 | * Returns the base address on success, and -1ULL on failure. |
| 450 | */ | 450 | */ |
| 451 | static | ||
| 451 | unsigned long long __init find_and_reserve_crashkernel(unsigned long long size) | 452 | unsigned long long __init find_and_reserve_crashkernel(unsigned long long size) |
| 452 | { | 453 | { |
| 453 | const unsigned long long alignment = 16<<20; /* 16M */ | 454 | const unsigned long long alignment = 16<<20; /* 16M */ |
