1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00

[PATCH] fix stupid cut-and-paste error for msr devices on gentoo boxes.

This commit is contained in:
greg@kroah.com 2004-10-18 21:42:23 -07:00 committed by Greg KH
parent 1b1ba93365
commit 4a760b3334

View File

@ -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"