|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 29/50] 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 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/asm-ia64/meminit.h b/include/asm-ia64/meminit.h
index f93308f..8de94e2 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 07/50] xen: make include/xen/page.h portable moving those definitions under asm dir., (continued)
- [Xen-ia64-devel] [PATCH 07/50] xen: make include/xen/page.h portable moving those definitions under asm dir., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 17/50] ia64/pv_ops: introduce basic facilities for binary patching., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 08/50] xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 13/50] ia64/pv_ops: introduce ia64_get_psr_i() to make kernel paravirtualization friendly., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 10/50] xen: import include/xen/interface/callback.h which ia64/xen needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 15/50] ia64/pv_ops: preparation for paravirtualizatin of switch_leave.S and ivt.S, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 16/50] ia64/pv_ops: hook pal_call_static() for paravirtualization., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 11/50] xen: import arch generic part of xencomm., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 14/50] ia64/pv_ops: split out ia64_swtich_to(), ia64_leave_syscall() and ia64_leave_kernel from entry.S to switch_leave.S for paravirtualization., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 20/50] ia64/pv_ops: paravirtualized instructions for hand written assembly code on native., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 29/50] ia64/xen: increase IA64_MAX_RSVD_REGIONS.,
Isaku Yamahata <=
- [Xen-ia64-devel] [PATCH 26/50] ia64/pv_ops: introduce pv_init_ops and its hooks., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 18/50] ia64/pv_ops: preparation for ia64 intrinsics operations paravirtualization, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 19/50] ia64/pv_ops: define ia64 privileged instruction intrinsics for paravirtualized guest kernel., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 33/50] ia64/xen: detect xen environment at early boot time and do minimal initialization., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 21/50] ia64/pv_ops: header file to switch paravirtualized assembly instructions., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 49/50] ia64/pv_ops/xen: define xen pv_iosapic_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 38/50] ia64/xen: paravirtualize pal_call_static()., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 45/50] ia64/xen: domU xen machine vector without dma api., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 22/50] ia64/pv_ops: paravirtualize minstate.h., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 27/50] ia64/pv_ops: introduce pv_iosapic_ops and its hooks., Isaku Yamahata
|
|
|
|
|