branch | kernel2.6 |
changeset 28 | 801dc7eabf51 |
parent 0 | 05c992bf5847 |
child 181 | 3e9155836bc7 |
--- a/rt/msr_load Fri Dec 02 15:35:21 2005 +0000 +++ b/rt/msr_load Fri Dec 16 08:15:21 2005 +0000 @@ -12,7 +12,7 @@ # invoke insmod with all arguments we got # and use a pathname, as newer modutils don't look in . by default -/sbin/insmod -f ./$module.o $* || exit 1 +/sbin/insmod -f ./$module.ko $* || exit 1 major=`cat /proc/devices | awk "\\$2==\"$device\" {print \\$1}"`