mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
458 B
Plaintext
13 lines
458 B
Plaintext
$NetBSD: patch-CVE-2013-6885_2,v 1.1 2013/12/04 10:35:01 drochner Exp $
|
|
|
|
--- xen/include/asm-x86/msr-index.h.orig 2013-09-10 06:42:18.000000000 +0000
|
|
+++ xen/include/asm-x86/msr-index.h 2013-12-03 16:55:24.000000000 +0000
|
|
@@ -245,6 +245,7 @@
|
|
|
|
/* AMD64 MSRs */
|
|
#define MSR_AMD64_NB_CFG 0xc001001f
|
|
+#define MSR_AMD64_LS_CFG 0xc0011020
|
|
#define MSR_AMD64_IC_CFG 0xc0011021
|
|
#define MSR_AMD64_DC_CFG 0xc0011022
|
|
#define AMD64_NB_CFG_CF8_EXT_ENABLE_BIT 46
|