|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 02/23] ia64/xen: increase IA64_MAX_RSVD_REGIONS.
Xenlinux/ia64 needs to reserve one more region passed from xen hypervisor
as start info.
Cc: Robin Holt <holt@xxxxxxx>
Cc: Bjorn Helgaas <bjorn.helgaas@xxxxxx>
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
include/asm-ia64/meminit.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/asm-ia64/meminit.h b/include/asm-ia64/meminit.h
index 7245a57..6bc96ee 100644
--- a/include/asm-ia64/meminit.h
+++ b/include/asm-ia64/meminit.h
@@ -18,10 +18,11 @@
* - crash dumping code reserved region
* - Kernel memory map built from EFI memory map
* - ELF core header
+ * - xen start info if CONFIG_XEN
*
* More could be added if necessary
*/
-#define IA64_MAX_RSVD_REGIONS 8
+#define IA64_MAX_RSVD_REGIONS 9
struct rsvd_region {
unsigned long start; /* virtual address of beginning of element */
--
1.5.3
_______________________________________________
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 14/23] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly code, (continued)
- [Xen-ia64-devel] [PATCH 14/23] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly code, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 09/23] ia64/xen: implement arch specific part of xen grant table., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 15/23] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 07/23] ia64/xen: implement the arch specific part of xencomm., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 06/23] ia64/xen: define helper functions for xen hypercalls., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 10/23] ia64/xen: add definitions necessary for xen event channel., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 01/23] ia64/xen: introduce synch bitops which is necessary for ia64/xen support., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 03/23] ia64/xen: introduce definitions necessary for ia64/xen hypercalls., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 11/23] ia64/pv_ops/xen: elf note based xen startup., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 12/23] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 02/23] ia64/xen: increase IA64_MAX_RSVD_REGIONS.,
Isaku Yamahata <=
- [Xen-ia64-devel] [PATCH 18/23] ia64/pv_ops/xen: implement xen pv_iosapic_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 17/23] ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 16/23] ia64/pv_ops/xen: paravirtualize ivt.S for xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 19/23] ia64/pv_ops/xen: define the nubmer of irqs which xen needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 21/23] ia64/pv_ops/xen: implement xen pv_time_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 22/23] ia64/xen: define xen machine vector for domU., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 20/23] ia64/pv_ops/xen: implement xen pv_irq_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 23/23] ia64/pv_ops: update Kconfig for paravirtualized guest and xen., Isaku Yamahata
|
|
|
|
|