[LinuxBIOS] r408 - LinuxBIOSv3/include/arch/x86

Peter Stuge peter at stuge.se
Sun Jul 1 00:01:13 CEST 2007


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 at 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




More information about the coreboot mailing list