diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo index 9245f6adcff..b33df81d25a 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"