diff options
Diffstat (limited to 'xen/store.c')
-rw-r--r-- | xen/store.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/store.c b/xen/store.c index 8796bb5..739dc36 100644 --- a/xen/store.c +++ b/xen/store.c @@ -329,7 +329,9 @@ void hyp_store_init(void) return; simple_lock_init(&lock); store = (void*) mfn_to_kv(boot_info.store_mfn); +#ifdef MACH_PV_PAGETABLES pmap_set_page_readwrite(store); +#endif /* MACH_PV_PAGETABLES */ /* SPL sched */ hyp_evt_handler(boot_info.store_evtchn, hyp_store_handler, 0, SPL7); } |