diff options
author | Hari Bathini <hbathini@linux.vnet.ibm.com> | 2017-05-22 15:04:47 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-06-02 20:16:49 +1000 |
commit | e7467dc6947d7074417aa4cda44b851010fd0795 (patch) | |
tree | f40815ea9902daec5df1993a2501a95518592d43 /arch/powerpc/kernel/fadump.c | |
parent | 81d9eca502fcc360950ef476124626d97856e139 (diff) | |
download | lwn-e7467dc6947d7074417aa4cda44b851010fd0795.tar.gz lwn-e7467dc6947d7074417aa4cda44b851010fd0795.zip |
powerpc/fadump: Update comment about offset where fadump is reserved
With commit f6e6bedb7731 ("powerpc/fadump: Reserve memory at an offset
closer to bottom of RAM"), memory for fadump is no longer reserved at
the top of RAM. But there are still a few places which say so. Change
them appropriately.
Signed-off-by: Hari Bathini <hbathini@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/fadump.c')
-rw-r--r-- | arch/powerpc/kernel/fadump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/fadump.c b/arch/powerpc/kernel/fadump.c index 1bdbe0b257e0..1ec6ea67159c 100644 --- a/arch/powerpc/kernel/fadump.c +++ b/arch/powerpc/kernel/fadump.c @@ -217,8 +217,8 @@ static inline unsigned long fadump_calculate_reserve_size(void) /* * Check if the size is specified through crashkernel= cmdline - * option. If yes, then use that but ignore base as fadump - * reserves memory at end of RAM. + * option. If yes, then use that but ignore base as fadump reserves + * memory at a predefined offset. */ ret = parse_crashkernel(boot_command_line, memblock_phys_mem_size(), &size, &base); |