diff options
| author | Elliott Mitchell <ehem+freebsd@m5p.com> | 2021-04-06 07:59:30 +0000 |
|---|---|---|
| committer | Roger Pau Monné <royger@FreeBSD.org> | 2021-07-28 15:27:02 +0000 |
| commit | b6ff9345a46af564da32ad480490eaa97840d0b6 (patch) | |
| tree | d3ff11e84405ecc28d49574704322ea561ffda63 /sys/dev/xen/console | |
| parent | a48f7ba444fdd8598635fc0330631fb293f7818f (diff) | |
Diffstat (limited to 'sys/dev/xen/console')
| -rw-r--r-- | sys/dev/xen/console/xen_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/console/xen_console.c b/sys/dev/xen/console/xen_console.c index 7eed30885e6b..8ad755dbf214 100644 --- a/sys/dev/xen/console/xen_console.c +++ b/sys/dev/xen/console/xen_console.c @@ -273,7 +273,7 @@ static void xencons_early_init_ring(struct xencons_priv *cons) { cons->intf = pmap_mapdev_attr(ptoa(xen_get_console_mfn()), PAGE_SIZE, - VM_MEMATTR_WRITE_BACK); + VM_MEMATTR_XEN); cons->evtchn = xen_get_console_evtchn(); } |
