Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157014546
D28831.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
412 B
Referenced Files
None
Subscribers
None
D28831.diff
View Options
diff --git a/sys/dev/xen/console/xen_console.c b/sys/dev/xen/console/xen_console.c
--- a/sys/dev/xen/console/xen_console.c
+++ b/sys/dev/xen/console/xen_console.c
@@ -273,7 +273,7 @@
xencons_early_init_ring(struct xencons_priv *cons)
{
cons->intf = pmap_mapdev_attr(ptoa(xen_get_console_mfn()), PAGE_SIZE,
- PAT_WRITE_BACK);
+ VM_MEMATTR_WRITE_BACK);
cons->evtchn = xen_get_console_evtchn();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 11:17 PM (11 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33275548
Default Alt Text
D28831.diff (412 B)
Attached To
Mode
D28831: xen: remove x86-ism from Xen common code
Attached
Detach File
Event Timeline
Log In to Comment