diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-08-31 14:16:57 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-08-31 16:16:04 -0700 |
commit | ff55df53dfdd338906c8ba9d1f4a759b86b869d5 (patch) | |
tree | 80ccb646dfd40beeb839d4c70624ba34dbcd5795 /Documentation/ioctl | |
parent | 8b956bf1f0f2b552ed93cf6cafe823edff298b3b (diff) | |
download | linux-3.10-ff55df53dfdd338906c8ba9d1f4a759b86b869d5.tar.gz linux-3.10-ff55df53dfdd338906c8ba9d1f4a759b86b869d5.tar.bz2 linux-3.10-ff55df53dfdd338906c8ba9d1f4a759b86b869d5.zip |
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Make it possible to access the all-register-setting/getting MSR
functions via the MSR driver. This is implemented as an ioctl() on
the standard MSR device node.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Borislav Petkov <petkovbb@gmail.com>
Diffstat (limited to 'Documentation/ioctl')
-rw-r--r-- | Documentation/ioctl/ioctl-number.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/ioctl/ioctl-number.txt b/Documentation/ioctl/ioctl-number.txt index dbea4f95fc8..1c058b552e9 100644 --- a/Documentation/ioctl/ioctl-number.txt +++ b/Documentation/ioctl/ioctl-number.txt @@ -121,6 +121,7 @@ Code Seq# Include File Comments 'c' 00-7F linux/comstats.h conflict! 'c' 00-7F linux/coda.h conflict! 'c' 80-9F arch/s390/include/asm/chsc.h +'c' A0-AF arch/x86/include/asm/msr.h 'd' 00-FF linux/char/drm/drm/h conflict! 'd' F0-FF linux/digi1.h 'e' all linux/digi1.h conflict! |