|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 03/28] ia64/xen: increase IA64_MAX_RSVD_REGIONS.
Xenlinux/ia64 needs to reserve one more region passed from xen hypervisor
as start info.
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
include/asm-ia64/meminit.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/include/asm-ia64/meminit.h b/include/asm-ia64/meminit.h
index f93308f..7c12c08 100644
--- a/include/asm-ia64/meminit.h
+++ b/include/asm-ia64/meminit.h
@@ -18,10 +18,17 @@
* - crash dumping code reserved region
* - Kernel memory map built from EFI memory map
* - ELF core header
+ * ifdef CONFIG_XEN
+ * - xen start info
+ * endif
*
* More could be added if necessary
*/
+#ifdef CONFIG_XEN
#define IA64_MAX_RSVD_REGIONS 8
+#else
+#define IA64_MAX_RSVD_REGIONS 9
+#endif
struct rsvd_region {
unsigned long start; /* virtual address of beginning of element */
--
1.5.3
--
yamahata
_______________________________________________
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] [PATCH 00/28] ia64/xen domU paravirtualization, yamahata
- [Xen-ia64-devel] [PATCH 01/28] ia64/xen: introduce ia64_set_rr0_to_rr4() to make kernel paravirtualization friendly., yamahata
- [Xen-ia64-devel] [PATCH 02/28] ia64/xen: introduce ia64_get_psr_i() to make kernel paravirtualization friendly., yamahata
- [Xen-ia64-devel] [PATCH 03/28] ia64/xen: increase IA64_MAX_RSVD_REGIONS.,
yamahata <=
- [Xen-ia64-devel] [PATCH 04/28] ia64/xen: introduce synch bitops which is necessary for ia64/xen support., yamahata
- [Xen-ia64-devel] [PATCH 09/28] ia64/xen: paravirtualize pal_call_static()., yamahata
- [Xen-ia64-devel] [PATCH 07/28] ia64/xen: detect xen environment at early boot time and do minimal initialization., yamahata
- [Xen-ia64-devel] [PATCH 14/28] ia64/xen: ia64 domU part of xencomm., yamahata
- [Xen-ia64-devel] [PATCH 11/28] ia64: introduce basic facilities for binary patching., yamahata
- [Xen-ia64-devel] [PATCH 06/28] ia64/xen: define xen assembler constants which will be used later., yamahata
- [Xen-ia64-devel] [PATCH 05/28] ia64/xen: import xen hypercall header file., yamahata
- [Xen-ia64-devel] [PATCH 15/28] ia64/xen: define xen_alloc_vm_area()/xen_free_vm_area() for ia64 arch., yamahata
- [Xen-ia64-devel] [PATCH 12/28] RFC: ia64/xen: xen privileged instruction intrinsics binary patching., yamahata
- [Xen-ia64-devel] [PATCH 13/28] ia64/xen: introduce xen hypercall routines necessary for domU., yamahata
|
|
|
|
|