[PATCH] add rules for i386 cpu devices.

This commit is contained in:
greg@kroah.com 2004-09-05 17:53:11 +02:00 committed by Greg KH
parent bf9c357633
commit c449ee6f7f

View File

@ -129,3 +129,8 @@ KERNEL="tun", NAME="net/%k"
# raw devices
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="microcode", NAME="cpu/microcode"