Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108249130
D31711.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
440 B
Referenced Files
None
Subscribers
None
D31711.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D31711: xen: Fix warning by adding KERNBASE to vm_paddr_t before casting
Attached
Detach File
Event Timeline
Log In to Comment