Re: modprobe msr fail!

2007-05-17 Thread Mitch Bradley
CONFIG_X86_MSR=y means that MSR support is compiled into the kernel, not as a module. So you do not need to do modprobe. The functionality is built-in. There will be a file named /dev/cpu/0/msr. In image 386, the config was: CONFIG_X86_MSR=m so with that build, you did need to do the

RE: modprobe msr fail!

2007-05-17 Thread Luna.Huang
Sorry, I misunderstand the mean. The functionality has been built-in, and I get right msr value. Thank you. Luna -Original Message- From: Mitch Bradley [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 3:10 PM To: Luna Huang (�S��玲) Cc: devel@laptop.org Subject: Re: modprobe msr