|  |  | 
  
    |  |  | 
 
  |   |  | 
  
    |  |  | 
  
    |  |  | 
  
    |   xen-ia64-devel
[Xen-ia64-devel] [PATCH 06/32] ia64/xen: increase	IA64_MAX_RSVD_REGIONS. 
| To: | tony.luck@xxxxxxxxx, linux-ia64@xxxxxxxxxxxxxxx |  
| Subject: | [Xen-ia64-devel] [PATCH 06/32] ia64/xen: increase	IA64_MAX_RSVD_REGIONS. |  
| From: | Isaku Yamahata <yamahata@xxxxxxxxxxxxx> |  
| Date: | Tue, 14 Oct 2008 14:51:21 +0900 |  
| Cc: | jeremy@xxxxxxxx, virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx,	yamahata@xxxxxxxxxxxxx, Robin Holt <holt@xxxxxxx>,	xen-ia64-devel@xxxxxxxxxxxxxxxxxxx, Bjorn Helgaas <bjorn.helgaas@xxxxxx> |  
| Delivery-date: | Mon, 13 Oct 2008 22:49:18 -0700 |  
| Envelope-to: | www-data@xxxxxxxxxxxxxxxxxxx |  
| In-reply-to: | <1223963507-28056-1-git-send-email-yamahata@xxxxxxxxxxxxx> |  
| List-help: | <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help> |  
| List-id: | Discussion of the ia64 port of Xen	<xen-ia64-devel.lists.xensource.com> |  
| List-post: | <mailto:xen-ia64-devel@lists.xensource.com> |  
| List-subscribe: | <http://lists.xensource.com/mailman/listinfo/xen-ia64-devel>, 	<mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe> |  
| List-unsubscribe: | <http://lists.xensource.com/mailman/listinfo/xen-ia64-devel>, 	<mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe> |  
| References: | <1223963507-28056-1-git-send-email-yamahata@xxxxxxxxxxxxx> |  
| Sender: | xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx |  
| 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>
---
 arch/ia64/include/asm/meminit.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/arch/ia64/include/asm/meminit.h b/arch/ia64/include/asm/meminit.h
index 7245a57..6bc96ee 100644
--- a/arch/ia64/include/asm/meminit.h
+++ b/arch/ia64/include/asm/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.6.0.2
_______________________________________________
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/32] ia64/xen: implement arch specific	part of xen grant table., (continued)
[Xen-ia64-devel] [PATCH 14/32] ia64/xen: implement arch specific	part of xen grant table., Isaku Yamahata
[Xen-ia64-devel] [PATCH 22/32] ia64/pv_ops/xen: paravirtualize	ivt.S for xen., Isaku Yamahata
[Xen-ia64-devel] [PATCH 29/32] ia64/xen: preliminary support for	save/restore., Isaku Yamahata
[Xen-ia64-devel] [PATCH 13/32] ia64/xen: xencomm conversion	functions for hypercalls, Isaku Yamahata
[Xen-ia64-devel] [PATCH 11/32] ia64/xen: define helper functions	for xen hypercalls., Isaku Yamahata
[Xen-ia64-devel] [PATCH 17/32] ia64/pv_ops/xen: elf note based xen	startup., Isaku Yamahata
[Xen-ia64-devel] [PATCH 18/32] ia64/pv_ops/xen: define xen	pv_init_ops for various xen initialization., Isaku Yamahata
[Xen-ia64-devel] [PATCH 30/32] ia64/pv_ops: update Kconfig for	paravirtualized guest and xen., Isaku Yamahata
[Xen-ia64-devel] [PATCH 04/32] ia64/xen: reserve "break" numbers	used for xen hypercalls., Isaku Yamahata
[Xen-ia64-devel] [PATCH 19/32] ia64/pv_ops/xen: define xen	pv_cpu_ops., Isaku Yamahata
[Xen-ia64-devel] [PATCH 06/32] ia64/xen: increase	IA64_MAX_RSVD_REGIONS.,
Isaku Yamahata <=
[Xen-ia64-devel] [PATCH 09/32] ia64/xen: add a necessary header	file to compile include/xen/interface/xen.h, Isaku Yamahata
[Xen-ia64-devel] [PATCH 20/32] ia64/pv_ops/xen: define xen	paravirtualized instructions for hand written assembly code, Isaku Yamahata
[Xen-ia64-devel] [PATCH 08/32] ia64/xen: define several constants	for ia64/xen., Isaku Yamahata
[Xen-ia64-devel] [PATCH 24/32] ia64/pv_ops/xen: implement xen	pv_iosapic_ops., Isaku Yamahata
[Xen-ia64-devel] [PATCH 10/32] ia64/xen: define helper functions	for xen related address conversion., Isaku Yamahata
[Xen-ia64-devel] [PATCH 16/32] ia64/xen: introduce helper function	to identify domain mode., Isaku Yamahata
[Xen-ia64-devel] [PATCH 25/32] ia64/pv_ops/xen: define the nubmer	of irqs which xen needs., Isaku Yamahata
[Xen-ia64-devel] [PATCH 28/32] ia64/xen: define xen machine vector	for domU., Isaku Yamahata
 |  |  | 
  
    |  |  |