summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-10-18 21:42:23 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 22:06:44 -0700
commit4a760b333459003055816bc6a296c54327d521dc (patch)
treecde7e010ea5320937b32663ebf5477521a9e2b71 /etc
parent1b1ba9336508dd1a06bb81bbf89b049e9e38f126 (diff)
[PATCH] fix stupid cut-and-paste error for msr devices on gentoo boxes.
Diffstat (limited to 'etc')
-rw-r--r--etc/udev/udev.rules.gentoo2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo
index 9245f6adcf..b33df81d25 100644
--- a/etc/udev/udev.rules.gentoo
+++ b/etc/udev/udev.rules.gentoo
@@ -132,5 +132,5 @@ KERNEL="raw[0-9]*", NAME="raw/%k"
# cpu devices
KERNEL="cpu[0-9]*", NAME="cpu/%n/cpuid"
-KERNEL="msr[0-9]*", NAME="cpu/%n/cpuid"
+KERNEL="msr[0-9]*", NAME="cpu/%n/msr"
KERNEL="microcode", NAME="cpu/microcode"