[PATCH] x86_64: Formatting fixes for arch/x86_64/kernel/process.c
No functional changes. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
ea0be473a1
commit
a88cde13ba
2 changed files with 28 additions and 21 deletions
|
@ -19,7 +19,7 @@
|
|||
: "=a" (a__), "=d" (b__) \
|
||||
: "c" (msr)); \
|
||||
val = a__ | (b__<<32); \
|
||||
} while(0);
|
||||
} while(0)
|
||||
|
||||
#define wrmsr(msr,val1,val2) \
|
||||
__asm__ __volatile__("wrmsr" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue