|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [rfc 11/16] Date: Thu, 12 Jul 2007 15:50:37 +0900 Subke
Define IA64-specific macros for kexec to find the machine address
of a virtual address etc... This abstraction was hammered out
during the merge of the x86 code.
Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx>
Index: x/include/asm-ia64/kexec.h
===================================================================
--- x/include/asm-ia64/kexec.h 2007-04-17 11:36:15.000000000 +0900
+++ x/include/asm-ia64/kexec.h 2007-04-17 11:44:03.000000000 +0900
@@ -44,4 +44,15 @@ extern int kdump_status[];
extern atomic_t kdump_cpu_freezed;
extern atomic_t kdump_in_progress;
+/* Kexec needs to know about the actual physical addresss.
+ * But in xen, on some architectures, a physical address is a
+ * pseudo-physical addresss. */
+#ifdef CONFIG_XEN
+#define KEXEC_ARCH_HAS_PAGE_MACROS
+#define kexec_page_to_pfn(page) pfn_to_mfn_for_dma(page_to_pfn(page))
+#define kexec_pfn_to_page(pfn) pfn_to_page(mfn_to_pfn_for_dma(pfn))
+#define kexec_virt_to_phys(addr) phys_to_machine_for_dma(__pa(addr))
+#define kexec_phys_to_virt(addr) phys_to_virt(machine_to_phys_for_dma(addr))
+#endif
+
#endif /* _ASM_IA64_KEXEC_H */
--
--
Horms
H: http://www.vergenet.net/~horms/
W: http://www.valinux.co.jp/en/
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [rfc 00/16] Kexec v20070717: Linux-Xen, Simon Horman
- [Xen-ia64-devel] [rfc 03/16] Initialise xen_start_info earlier in setup_arch(), Simon Horman
- [Xen-ia64-devel] [rfc 02/16] statically allocate xen_phys_cpus, Simon Horman
- [Xen-ia64-devel] [rfc 09/16] Update default config to enable kexec, Simon Horman
- [Xen-ia64-devel] [rfc 04/16] IA64 Kexec/kdump, Simon Horman
- [Xen-ia64-devel] [rfc 06/16] Kexec/Kdump: honour non-zero crashkernel offset, Simon Horman
- [Xen-ia64-devel] [rfc 01/16] sysctl: implement CTL_UNNUMBERED, Simon Horman
- [Xen-ia64-devel] [rfc 07/16] Kexec: Call xen_machine_kexec_register_resources, Simon Horman
- [Xen-ia64-devel] [rfc 08/16] kexec/kdump: Minor enhancement to includes in crash.c, Simon Horman
- [Xen-ia64-devel] [rfc 05/16] CONFIG_KEXEC/CONFIG_CRASH_DUMP permutations, Simon Horman
- [Xen-ia64-devel] [rfc 11/16] Date: Thu, 12 Jul 2007 15:50:37 +0900 Subkect: Kexec: machine addresss macros From: Simon Horman <horms@xxxxxxxxxxxx>,
Simon Horman <=
- [Xen-ia64-devel] [rfc 14/16] Kdump: Add /proc/iomem_machine, Simon Horman
- [Xen-ia64-devel] [rfc 15/16] Kexec: Purge the VHPT entry in the TLB on kexec, Simon Horman
- [Xen-ia64-devel] [rfc 13/16] Kdump: Use the machine address for the boot params region, Simon Horman
- [Xen-ia64-devel] [rfc 12/16] Kdump: pass control page to hypervisor, Simon Horman
- [Xen-ia64-devel] [rfc 16/16] Kexec: Add xen_limit_pages_to_max_mfn(), Simon Horman
- [Xen-ia64-devel] [rfc 10/16] Kexec: Use xen machine_kexec() and machine_shutdown(), Simon Horman
|
|
|
|
|