aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-09-25 15:27:50 -0400
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-09-27 09:04:45 -0400
commitb1922a519e0788518d64abe7ec37d5de30e42305 (patch)
tree5bb137316afe1dd573e73aef29ad810c0301fd7f
parent4b97280675f45c1650ee4e388bd711ecbb18c4b4 (diff)
xen/mmu: Correct PAT MST setting.
Jan Beulich spotted that the PAT MSR settings in the Xen public document that "the first (PAT6) column was wrong across the board, and the column for PAT7 was missing altogether." This updates it to be in sync. CC: Jan Beulich <jbeulich@suse.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Acked-by: Jan Beulich <jbeulich@suse.com>
-rw-r--r--arch/x86/xen/mmu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c
index fdc3ba28ca38..c9631e73a090 100644
--- a/arch/x86/xen/mmu.c
+++ b/arch/x86/xen/mmu.c
@@ -468,8 +468,8 @@ PV_CALLEE_SAVE_REGS_THUNK(xen_pgd_val);
468 * 3 PCD PWT UC UC UC 468 * 3 PCD PWT UC UC UC
469 * 4 PAT WB WC WB 469 * 4 PAT WB WC WB
470 * 5 PAT PWT WC WP WT 470 * 5 PAT PWT WC WP WT
471 * 6 PAT PCD UC- UC UC- 471 * 6 PAT PCD UC- rsv UC-
472 * 7 PAT PCD PWT UC UC UC 472 * 7 PAT PCD PWT UC rsv UC
473 */ 473 */
474 474
475void xen_set_pat(u64 pat) 475void xen_set_pat(u64 pat)