|  |  | 
  
    |  |  | 
 
  |   |  | 
  
    |  |  | 
  
    |  |  | 
  
    |   xen-ia64-devel
[Xen-ia64-devel] [PATCH 07/33] ia64/xen: increase	IA64_MAX_RSVD_REGIONS. 
| To: | tony.luck@xxxxxxxxx, linux-ia64@xxxxxxxxxxxxxxx |  
| Subject: | [Xen-ia64-devel] [PATCH 07/33] ia64/xen: increase	IA64_MAX_RSVD_REGIONS. |  
| From: | Isaku Yamahata <yamahata@xxxxxxxxxxxxx> |  
| Date: | Fri, 17 Oct 2008 11:17:47 +0900 |  
| Cc: | jeremy@xxxxxxxx, virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx,	yamahata@xxxxxxxxxxxxx, Robin Holt <holt@xxxxxxx>,	Bjorn Helgaas <bjorn.helgaas@xxxxxx>, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx |  
| Delivery-date: | Thu, 16 Oct 2008 19:14:32 -0700 |  
| Envelope-to: | www-data@xxxxxxxxxxxxxxxxxxx |  
| In-reply-to: | <1224209893-2032-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: | <1224209893-2032-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 00/33] ia64/xen domU take 12, Isaku Yamahata
[Xen-ia64-devel] [PATCH 03/33] ia64/pv_ops: update native/inst.h to	clobber predicate., Isaku Yamahata
[Xen-ia64-devel] [PATCH 01/33] ia64/pv_ops: fix paraviatualization	of ivt.S with CONFIG_SMP=n, Isaku Yamahata
[Xen-ia64-devel] [PATCH 04/33] ia64: move function declaration,	ia64_cpu_local_tick() from .c to .h, Isaku Yamahata
[Xen-ia64-devel] [PATCH 02/33] ia64/pv_ops: avoid name conflict of	get_irq_chip()., Isaku Yamahata
[Xen-ia64-devel] [PATCH 05/33] ia64/xen: reserve "break" numbers	used for xen hypercalls., Isaku Yamahata
[Xen-ia64-devel] [PATCH 07/33] ia64/xen: increase	IA64_MAX_RSVD_REGIONS.,
Isaku Yamahata <=
[Xen-ia64-devel] [PATCH 06/33] ia64/xen: introduce sync bitops	which is necessary for ia64/xen support., Isaku Yamahata
[Xen-ia64-devel] [PATCH 18/33] ia64/pv_ops/xen: elf note based xen	startup., Isaku Yamahata
[Xen-ia64-devel] [PATCH 11/33] ia64/xen: define helper functions	for xen related address conversion., Isaku Yamahata
[Xen-ia64-devel] [PATCH 16/33] ia64/xen: add definitions necessary	for xen event channel., Isaku Yamahata
[Xen-ia64-devel] [PATCH 13/33] ia64/xen: implement the arch	specific part of xencomm., Isaku Yamahata
[Xen-ia64-devel] [PATCH 08/33] ia64/xen: introduce definitions	necessary for ia64/xen hypercalls., Isaku Yamahata
[Xen-ia64-devel] [PATCH 23/33] ia64/pv_ops/xen: paravirtualize	ivt.S for xen., Isaku Yamahata
[Xen-ia64-devel] [PATCH 15/33] ia64/xen: implement arch specific	part of xen grant table., Isaku Yamahata
[Xen-ia64-devel] [PATCH 26/33] ia64/pv_ops/xen: define the nubmer	of irqs which xen needs., Isaku Yamahata
[Xen-ia64-devel] [PATCH 24/33] ia64/pv_ops/xen: paravirtualize	entry.S for ia64/xen., Isaku Yamahata
 |  |  | 
  
    |  |  |