minor cleanup; trivial fix so I'm just committing it.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@408 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
e62540d291
commit
db20555a2c
1 changed files with 3 additions and 3 deletions
|
|
@ -23,11 +23,11 @@
|
|||
/* standard MSR operations, everyone has written these one hundred times */
|
||||
struct msr
|
||||
{
|
||||
unsigned lo;
|
||||
unsigned hi;
|
||||
u32 lo;
|
||||
u32 hi;
|
||||
};
|
||||
|
||||
static inline struct msr rdmsr(unsigned index)
|
||||
static inline struct msr rdmsr(unsigned index)
|
||||
{
|
||||
struct msr result;
|
||||
__asm__ __volatile__ (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue