I've been away on a ferry working since Thursday. Sorry about being quiet. Am just now catching up on emali.
On Fri, Jun 29, 2007 at 02:22:19AM +0200, svn@openbios.org wrote:
- unsigned lo;
- unsigned hi;
- u32 lo;
- u32 hi;
};
-static inline struct msr rdmsr(unsigned index) +static inline struct msr rdmsr(unsigned index)
You missed the parameter index here. Ignore if it's been fixed already.
//Peter