ia64/xen-unstable
changeset 6467:b2312c14f144
Temporary fix to ensure store page is accessible to domain.
author | djm@kirby.fc.hp.com |
---|---|
date | Wed Sep 07 10:51:28 2005 -0600 (2005-09-07) |
parents | 89fc07f85b01 |
children | 0c1f966af47e |
files | xen/arch/ia64/xen/dom_fw.c |
line diff
1.1 --- a/xen/arch/ia64/xen/dom_fw.c Tue Sep 06 16:49:01 2005 -0600 1.2 +++ b/xen/arch/ia64/xen/dom_fw.c Wed Sep 07 10:51:28 2005 -0600 1.3 @@ -512,6 +512,10 @@ dom_fw_init (struct domain *d, char *arg 1.4 return 0; 1.5 } 1.6 */ 1.7 + /* Last page is for xenstore, and not exported to domain */ 1.8 + if (d != dom0) 1.9 + maxmem = (d->max_pages - 1) * PAGE_SIZE; 1.10 + 1.11 memset(fw_mem, 0, fw_mem_size); 1.12 1.13 #ifdef XEN