blob: a5a862d5b23f4d0f59bbe9a03dd761df74af51d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
From: jbeulich@novell.com
Subject: allow the /dev/cpu/*/msr devices
Patch-mainline: obsolete
---
arch/i386/Kconfig | 1 -
1 file changed, 1 deletion(-)
--- a/arch/i386/Kconfig 2007-08-27 14:01:27.000000000 -0400
+++ b/arch/i386/Kconfig 2007-08-27 14:01:27.000000000 -0400
@@ -486,7 +486,6 @@ config MICROCODE_OLD_INTERFACE
config X86_MSR
tristate "/dev/cpu/*/msr - Model-specific register support"
- depends on !X86_XEN
help
This device gives privileged processes access to the x86
Model-Specific Registers (MSRs). It is a character device with
|