Page MenuHomeFreeBSD

D31711.diff
No OneTemporary

D31711.diff

diff --git a/sys/x86/xen/pv.c b/sys/x86/xen/pv.c
--- a/sys/x86/xen/pv.c
+++ b/sys/x86/xen/pv.c
@@ -180,7 +180,7 @@
HYPERVISOR_shutdown(SHUTDOWN_crash);
}
mod = (struct hvm_modlist_entry *)
- (vm_paddr_t)start_info->modlist_paddr + KERNBASE;
+ (start_info->modlist_paddr + KERNBASE);
if (mod[0].paddr >= physfree) {
xc_printf("ERROR: unexpected module memory address\n");
HYPERVISOR_shutdown(SHUTDOWN_crash);

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 24, 2:41 AM (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16072167
Default Alt Text
D31711.diff (440 B)

Event Timeline