mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
x86/xen: Set default memory type for PV guests to WB
When running as an unprivileged PV guest under Xen (not dom0), the default MTRR memory type should be write-back. Signed-off-by: Juergen Gross <jgross@suse.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Link: https://lore.kernel.org/r/20230615123959.12298-1-jgross@suse.com
This commit is contained in:
parent
7c1dee734f
commit
30d65d1b19
|
|
@ -187,6 +187,8 @@ static void __init xen_pv_init_platform(void)
|
|||
|
||||
if (xen_initial_domain())
|
||||
xen_set_mtrr_data();
|
||||
else
|
||||
mtrr_overwrite_state(NULL, 0, MTRR_TYPE_WRBACK);
|
||||
}
|
||||
|
||||
static void __init xen_pv_guest_late_init(void)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user