summaryrefslogtreecommitdiff
path: root/kexec/arch/ia64/kexec-iomem.c
AgeCommit message (Collapse)Author
2008-03-04kexec-tools: no machine machine to proc_iomem()Simon Horman
Removes the machine parameter to proc_iomem() which is no longer of any use. Signed-off-by: Simon Horman <horms@verge.net.au>
2008-03-04kexec-tools: [ia64] always use /proc/iomem_machine on ia64 xenSimon Horman
When I first added proc_iomem() it was for ia64 Xen as certain regions are added /proc/iomem_machine instead of /proc/iomem on that platform. On further examination I have found that all regions need to be added to /proc/iomem_machine. This patch changes the ia64 implementation of proc_iomem() to always return /proc/iomem_machine if xen is in use. A subsequent patch will remove the machine parameter to proc_iomem() which is no longer of any use. Signed-off-by: Simon Horman <horms@verge.net.au>
2007-10-17Set alternate location for /proc/iomem on ia64 xenSimon Horman
Use /proc/iomem_machine for ia64 xen where pysical and machine efi maps differ. Without this kexec gets a very jaded view of the world, and /proc/vmcore after a kdump will only have a partial memory dump. Requires a companion patch to kexec-tools. Signed-off-by: Simon Horman <horms@verge.net.au> kexec/arch/ia64/Makefile | 1 + kexec/arch/ia64/kexec-iomem.c | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) 1e7eca377b0b84a638c49eae614103b5e6fa7b42