]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] Kexec/Kdump: honour non-zero crashkernel offset.
authorHorms <horms@verge.net.au>
Tue, 12 Dec 2006 09:08:10 +0000 (18:08 +0900)
committerTony Luck <tony.luck@intel.com>
Tue, 12 Dec 2006 18:11:37 +0000 (10:11 -0800)
commit709a1647084ee6830009484d27a88cda7eeefeb2
treef0387e8ace2ae15fea600eae636f483dc3377904
parent879874fc76462a4f7a824b6b0c496ec92b971488
[IA64] Kexec/Kdump: honour non-zero crashkernel offset.

There seems to be a value in both allowing the kernel to determine
the base offset of the crashkernel automatically and allowing
users's to sepcify it.

The old behaviour on ia64, which is still the current behaviour on
most architectures is for the user to always specify the address.
Recently ia64 was changed so that it is always automatically determined.

With this patch the kernel automatically determines the offset if
the supplied value is 0, otherwise it uses the value provided.

This should probably be backed by a documentation change.

Signed-Off-By: Simon Horman <horms@verge.net.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/setup.c